#78420C

Color #78420C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #78420C

Tints of Raw Umber #78420C

Color information

#78420C (or 0x78420C) is unknown color: approx Raw Umber. HEX triplet: 78, 42 and 0C. RGB value is (120,66,12). Sum of RGB (Red+Green+Blue) = 120+66+12=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78420C is #87BDF3. Grayscale: #4C4C4C. Windows color (decimal): -8895988 or 803448. OLE color: 803448.

HSL color Cylindrical-coordinate representation of color #78420C: hue angle of 30º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78420C is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1206612-
CMYK00.450.900.53
HSL30º81.82%25.88%-
HSV(B)30º90%47.06%-
XYZ9.767.921.36-
YUV75.9991.89159.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=60.61%
G=33.33%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120661200.450.900.533081.8225.88
Hex7842C02D5A351e521a
Octal17010214055132653612232
Binary1111000100001011000101101101101011010111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78420C; }

 p { color: rgb(120,66,12); }

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

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

 a { background-color: rgb(120,66,12); }

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

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

 span { border-color: rgb(120,66,12); }

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