#78440A

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

Shades of Raw Umber #78440A

Tints of Raw Umber #78440A

Color information

#78440A (or 0x78440A) is unknown color: approx Raw Umber. HEX triplet: 78, 44 and 0A. RGB value is (120,68,10). Sum of RGB (Red+Green+Blue) = 120+68+10=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78440A is #87BBF5. Grayscale: #4D4D4D. Windows color (decimal): -8895478 or 672888. OLE color: 672888.

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

Color convert

RGB1206810-
CMYK00.430.920.53
HSL31.64º84.62%25.49%-
HSV(B)31.64º91.67%47.06%-
XYZ9.878.151.34-
YUV76.9490.23158.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=60.61%
G=34.34%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120681000.430.920.5331.6484.6225.49
Hex7844A02B5C35205519
Octal17010412053134654012531
Binary11110001000100101001010111011100110101100000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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