#78460A

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

Shades of Raw Umber #78460A

Tints of Raw Umber #78460A

Color information

#78460A (or 0x78460A) is unknown color: approx Raw Umber. HEX triplet: 78, 46 and 0A. RGB value is (120,70,10). Sum of RGB (Red+Green+Blue) = 120+70+10=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78460A is #87B9F5. Grayscale: #4E4E4E. Windows color (decimal): -8894966 or 673400. OLE color: 673400.

HSL color Cylindrical-coordinate representation of color #78460A: hue angle of 32.73º 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 #78460A is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1207010-
CMYK00.420.920.53
HSL32.73º84.62%25.49%-
HSV(B)32.73º91.67%47.06%-
XYZ9.998.41.38-
YUV78.1189.56157.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 10 (4.30% from 255) = 5%
R=60%
G=35%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120701000.420.920.5332.7384.6225.49
Hex7846A02A5C35215519
Octal17010612052134654112531
Binary11110001000110101001010101011100110101100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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