#774D08

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

Shades of Raw Umber #774D08

Tints of Raw Umber #774D08

Color information

#774D08 (or 0x774D08) is unknown color: approx Raw Umber. HEX triplet: 77, 4D and 08. RGB value is (119,77,8). Sum of RGB (Red+Green+Blue) = 119+77+8=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774D08 is #88B2F7. Grayscale: #525252. Windows color (decimal): -8958712 or 544119. OLE color: 544119.

HSL color Cylindrical-coordinate representation of color #774D08: hue angle of 37.3º 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 #774D08 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119778-
CMYK00.350.930.53
HSL37.3º87.4%24.9%-
HSV(B)37.3º93.28%46.67%-
XYZ10.319.251.47-
YUV81.6986.41154.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=58.33%
G=37.75%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11977800.350.930.5337.387.424.9
Hex774D80235D35255719
Octal16711510043135654512731
Binary11101111001101100001000111011101110101100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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