#774C08

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

Shades of Raw Umber #774C08

Tints of Raw Umber #774C08

Color information

#774C08 (or 0x774C08) is unknown color: approx Raw Umber. HEX triplet: 77, 4C and 08. RGB value is (119,76,8). Sum of RGB (Red+Green+Blue) = 119+76+8=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #774C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774C08 is #88B3F7. Grayscale: #515151. Windows color (decimal): -8958968 or 543863. OLE color: 543863.

HSL color Cylindrical-coordinate representation of color #774C08: hue angle of 36.76º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #774C08 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119768-
CMYK00.360.930.53
HSL36.76º87.4%24.9%-
HSV(B)36.76º93.28%46.67%-
XYZ10.249.111.45-
YUV81.186.75155.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.62%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 8 (3.52% from 255) = 3.94%
R=58.62%
G=37.44%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11976800.360.930.5336.7687.424.9
Hex774C80245D35255719
Octal16711410044135654512731
Binary11101111001100100001001001011101110101100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774C08; }

 p { color: rgb(119,76,8); }

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

<style>
 a { background-color: #774C08; }

 a { background-color: rgb(119,76,8); }

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

<style>
 span { border-color: #774C08; }

 span { border-color: rgb(119,76,8); }

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