#774208

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

Shades of Raw Umber #774208

Tints of Raw Umber #774208

Color information

#774208 (or 0x774208) is unknown color: approx Raw Umber. HEX triplet: 77, 42 and 08. RGB value is (119,66,8). Sum of RGB (Red+Green+Blue) = 119+66+8=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #774208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774208 is #88BDF7. Grayscale: #4B4B4B. Windows color (decimal): -8961528 or 541303. OLE color: 541303.

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

Color convert

RGB119668-
CMYK00.450.930.53
HSL31.35º87.4%24.9%-
HSV(B)31.35º93.28%46.67%-
XYZ9.67.841.24-
YUV75.2490.06159.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 61.66%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=61.66%
G=34.20%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11966800.450.930.5331.3587.424.9
Hex7742802D5D351f5719
Octal16710210055135653712731
Binary1110111100001010000101101101110111010111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774208; }

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

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

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

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

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

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

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

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