#C7780D

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

Shades of Ochre #C7780D

Tints of Ochre #C7780D

Color information

#C7780D (or 0xC7780D) is unknown color: approx Ochre. HEX triplet: C7, 78 and 0D. RGB value is (199,120,13). Sum of RGB (Red+Green+Blue) = 199+120+13=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7780D is #3887F2. Grayscale: #838383. Windows color (decimal): -3704819 or 882887. OLE color: 882887.

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

Color convert

RGB19912013-
CMYK00.400.930.22
HSL34.52º87.74%41.57%-
HSV(B)34.52º93.47%78.04%-
XYZ30.3425.63.72-
YUV131.4261.17176.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.94%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=59.94%
G=36.14%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991201300.400.930.2234.5287.7441.57
HexC778D0285D1623582a
Octal30717015050135264313052
Binary110001111111000110101010001011101101101000111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7780D; }

 p { color: rgb(199,120,13); }

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

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

 a { background-color: rgb(199,120,13); }

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

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

 span { border-color: rgb(199,120,13); }

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