#774808

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

Shades of Raw Umber #774808

Tints of Raw Umber #774808

Color information

#774808 (or 0x774808) is unknown color: approx Raw Umber. HEX triplet: 77, 48 and 08. RGB value is (119,72,8). Sum of RGB (Red+Green+Blue) = 119+72+8=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #774808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774808 is #88B7F7. Grayscale: #4F4F4F. Windows color (decimal): -8959992 or 542839. OLE color: 542839.

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

Color convert

RGB119728-
CMYK00.390.930.53
HSL34.59º87.4%24.9%-
HSV(B)34.59º93.28%46.67%-
XYZ9.978.571.36-
YUV78.7688.07156.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=59.80%
G=36.18%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11972800.390.930.5334.5987.424.9
Hex774880275D35235719
Octal16711010047135654312731
Binary11101111001000100001001111011101110101100011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774808; }

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

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

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

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

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

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

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

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