#774A08

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

Shades of Raw Umber #774A08

Tints of Raw Umber #774A08

Color information

#774A08 (or 0x774A08) is unknown color: approx Raw Umber. HEX triplet: 77, 4A and 08. RGB value is (119,74,8). Sum of RGB (Red+Green+Blue) = 119+74+8=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #774A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A08 is #88B5F7. Grayscale: #505050. Windows color (decimal): -8959480 or 543351. OLE color: 543351.

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

Color convert

RGB119748-
CMYK00.380.930.53
HSL35.68º87.4%24.9%-
HSV(B)35.68º93.28%46.67%-
XYZ10.18.841.4-
YUV79.9387.41155.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=59.20%
G=36.82%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11974800.380.930.5335.6887.424.9
Hex774A80265D35245719
Octal16711210046135654412731
Binary11101111001010100001001101011101110101100100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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