#775F06

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

Shades of Raw Umber #775F06

Tints of Raw Umber #775F06

Color information

#775F06 (or 0x775F06) is unknown color: approx Raw Umber. HEX triplet: 77, 5F and 06. RGB value is (119,95,6). Sum of RGB (Red+Green+Blue) = 119+95+6=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #775F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775F06 is #88A0F9. Grayscale: #5C5C5C. Windows color (decimal): -8954106 or 417655. OLE color: 417655.

HSL color Cylindrical-coordinate representation of color #775F06: hue angle of 47.26º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #775F06 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119956-
CMYK00.200.950.53
HSL47.26º90.4%24.51%-
HSV(B)47.26º94.96%46.67%-
XYZ11.7312.121.89-
YUV92.0379.45147.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=54.09%
G=43.18%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11995600.200.950.5347.2690.424.51
Hex775F60145F352f5a19
Octal1671376024137655713231
Binary111011110111111100101001011111110101101111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,6); }

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

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

 a { background-color: rgb(119,95,6); }

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

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

 span { border-color: rgb(119,95,6); }

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