#774E0C

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

Shades of Raw Umber #774E0C

Tints of Raw Umber #774E0C

Color information

#774E0C (or 0x774E0C) is unknown color: approx Raw Umber. HEX triplet: 77, 4E and 0C. RGB value is (119,78,12). Sum of RGB (Red+Green+Blue) = 119+78+12=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #774E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E0C is #88B1F3. Grayscale: #535353. Windows color (decimal): -8958452 or 806519. OLE color: 806519.

HSL color Cylindrical-coordinate representation of color #774E0C: hue angle of 37.01º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #774E0C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1197812-
CMYK00.340.900.53
HSL37.01º81.68%25.69%-
HSV(B)37.01º89.92%46.67%-
XYZ10.49.41.61-
YUV82.7388.08153.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 78 (30.86% from 255) = 37.32%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=56.94%
G=37.32%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119781200.340.900.5337.0181.6825.69
Hex774EC0225A3525521a
Octal16711614042132654512232
Binary11101111001110110001000101011010110101100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,12); }

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

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

 a { background-color: rgb(119,78,12); }

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

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

 span { border-color: rgb(119,78,12); }

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