#774E0D

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

Shades of Raw Umber #774E0D

Tints of Raw Umber #774E0D

Color information

#774E0D (or 0x774E0D) is unknown color: approx Raw Umber. HEX triplet: 77, 4E and 0D. RGB value is (119,78,13). Sum of RGB (Red+Green+Blue) = 119+78+13=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #774E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #774E0D is #88B1F2. Grayscale: #535353. Windows color (decimal): -8958451 or 872055. OLE color: 872055.

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

Color convert

RGB1197813-
CMYK00.340.890.53
HSL36.79º80.3%25.88%-
HSV(B)36.79º89.08%46.67%-
XYZ10.49.41.65-
YUV82.8588.58153.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=56.67%
G=37.14%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119781300.340.890.5336.7980.325.88
Hex774ED022593525501a
Octal16711615042131654512032
Binary11101111001110110101000101011001110101100101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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