#78470A

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

Shades of Raw Umber #78470A

Tints of Raw Umber #78470A

Color information

#78470A (or 0x78470A) is unknown color: approx Raw Umber. HEX triplet: 78, 47 and 0A. RGB value is (120,71,10). Sum of RGB (Red+Green+Blue) = 120+71+10=201 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.70% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 120 - color contains mainly: red. Hex color #78470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78470A is #87B8F5. Grayscale: #4E4E4E. Windows color (decimal): -8894710 or 673656. OLE color: 673656.

HSL color Cylindrical-coordinate representation of color #78470A: hue angle of 33.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78470A is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1207110-
CMYK00.410.920.53
HSL33.27º84.62%25.49%-
HSV(B)33.27º91.67%47.06%-
XYZ10.058.521.4-
YUV78.789.23157.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.70%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=59.70%
G=35.32%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120711000.410.920.5333.2784.6225.49
Hex7847A0295C35215519
Octal17010712051134654112531
Binary11110001000111101001010011011100110101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78470A; }

 p { color: rgb(120,71,10); }

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

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

 a { background-color: rgb(120,71,10); }

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

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

 span { border-color: rgb(120,71,10); }

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