#775C06

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

Shades of Raw Umber #775C06

Tints of Raw Umber #775C06

Color information

#775C06 (or 0x775C06) is unknown color: approx Raw Umber. HEX triplet: 77, 5C and 06. RGB value is (119,92,6). Sum of RGB (Red+Green+Blue) = 119+92+6=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #775C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C06 is #88A3F9. Grayscale: #5A5A5A. Windows color (decimal): -8954874 or 416887. OLE color: 416887.

HSL color Cylindrical-coordinate representation of color #775C06: hue angle of 45.66º 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 #775C06 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119926-
CMYK00.230.950.53
HSL45.66º90.4%24.51%-
HSV(B)45.66º94.96%46.67%-
XYZ11.4711.591.8-
YUV90.2780.45148.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.84%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=54.84%
G=42.40%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11992600.230.950.5345.6690.424.51
Hex775C60175F352e5a19
Octal1671346027137655613231
Binary111011110111001100101111011111110101101110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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