#c7771f

Color #C7771F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C7771F

Tints of Ochre #C7771F

Color information

#C7771F (or 0xC7771F) is unknown color: approx Ochre. HEX triplet: C7, 77 and 1F. RGB value is (199,119,31). Sum of RGB (Red+Green+Blue) = 199+119+31=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7771F is #3888E0. Grayscale: #858585. Windows color (decimal): -3705057 or 2062279. OLE color: 2062279.

HSL color Cylindrical-coordinate representation of color #C7771F: hue angle of 31.43º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7771F is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB19911931-
CMYK00.400.840.22
HSL31.43º73.04%45.1%-
HSV(B)31.43º84.42%78.04%-
XYZ30.425.434.6-
YUV132.8970.5175.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 57.02%
GREEN value IS 119 (46.88% from 255) = 34.10%
BLUE value IS 31 (12.5% from 255) = 8.88%
R=57.02%
G=34.10%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991193100.400.840.2231.4373.0445.1
HexC7771F02854161f492d
Octal30716737050124263711155
Binary110001111110111111110101000101010010110111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7771f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7771f; }

 p { color: rgb(199,119,31); }

 H1.HeaderClassName
 {
   color: #c7771f;
 }
 .AnyTagClassName
 {
   color: #c7771f;
 }
</style>
background-color css

<style>
 a { background-color: #c7771f; }

 a { background-color: rgb(199,119,31); }

 div.DivClassName
 {
   background-color: #c7771f;
 }
 .BgClassName
 {
   background-color: #c7771f;
 }
</style>
border-color css

<style>
 span { border-color: #c7771f; }

 span { border-color: rgb(199,119,31); }

 td.TdClassName
 {
   border-color: #c7771f;
 }
 .TagClassName
 {
   border-color: #c7771f;
 }
</style>