#775A11

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

Shades of Raw Umber #775A11

Tints of Raw Umber #775A11

Color information

#775A11 (or 0x775A11) is unknown color: approx Raw Umber. HEX triplet: 77, 5A and 11. RGB value is (119,90,17). Sum of RGB (Red+Green+Blue) = 119+90+17=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #775A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775A11 is #88A5EE. Grayscale: #5A5A5A. Windows color (decimal): -8955375 or 1137271. OLE color: 1137271.

HSL color Cylindrical-coordinate representation of color #775A11: hue angle of 42.94º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #775A11 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1199017-
CMYK00.240.860.53
HSL42.94º75%26.67%-
HSV(B)42.94º85.71%46.67%-
XYZ11.3711.272.11-
YUV90.3586.61148.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 17 (7.03% from 255) = 7.52%
R=52.65%
G=39.82%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119901700.240.860.5342.947526.67
Hex775A1101856352b4b1b
Octal16713221030126655311333
Binary11101111011010100010110001010110110101101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A11; }

 p { color: rgb(119,90,17); }

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

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

 a { background-color: rgb(119,90,17); }

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

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

 span { border-color: rgb(119,90,17); }

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