#78440C

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

Shades of Raw Umber #78440C

Tints of Raw Umber #78440C

Color information

#78440C (or 0x78440C) is unknown color: approx Raw Umber. HEX triplet: 78, 44 and 0C. RGB value is (120,68,12). Sum of RGB (Red+Green+Blue) = 120+68+12=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #78440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78440C is #87BBF3. Grayscale: #4D4D4D. Windows color (decimal): -8895476 or 803960. OLE color: 803960.

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

Color convert

RGB1206812-
CMYK00.430.900.53
HSL31.11º81.82%25.88%-
HSV(B)31.11º90%47.06%-
XYZ9.888.151.4-
YUV77.1691.23158.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 12 (5.08% from 255) = 6%
R=60%
G=34%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120681200.430.900.5331.1181.8225.88
Hex7844C02B5A351f521a
Octal17010414053132653712232
Binary1111000100010011000101011101101011010111111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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