#774A0B

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

Shades of Raw Umber #774A0B

Tints of Raw Umber #774A0B

Color information

#774A0B (or 0x774A0B) is unknown color: approx Raw Umber. HEX triplet: 77, 4A and 0B. RGB value is (119,74,11). Sum of RGB (Red+Green+Blue) = 119+74+11=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #774A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #774A0B is #88B5F4. Grayscale: #505050. Windows color (decimal): -8959477 or 739959. OLE color: 739959.

HSL color Cylindrical-coordinate representation of color #774A0B: hue angle of 35º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #774A0B is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1197411-
CMYK00.380.910.53
HSL35º83.08%25.49%-
HSV(B)35º90.76%46.67%-
XYZ10.128.841.49-
YUV80.2788.91155.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 74 (29.30% from 255) = 36.27%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=58.33%
G=36.27%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119741100.380.910.533583.0825.49
Hex774AB0265B35235319
Octal16711213046133654312331
Binary11101111001010101101001101011011110101100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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