#775C08

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

Shades of Raw Umber #775C08

Tints of Raw Umber #775C08

Color information

#775C08 (or 0x775C08) is unknown color: approx Raw Umber. HEX triplet: 77, 5C and 08. RGB value is (119,92,8). Sum of RGB (Red+Green+Blue) = 119+92+8=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #775C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C08 is #88A3F7. Grayscale: #5A5A5A. Windows color (decimal): -8954872 or 547959. OLE color: 547959.

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

Color convert

RGB119928-
CMYK00.230.930.53
HSL45.41º87.4%24.9%-
HSV(B)45.41º93.28%46.67%-
XYZ11.4811.591.86-
YUV90.581.45148.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.34%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=54.34%
G=42.01%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11992800.230.930.5345.4187.424.9
Hex775C80175D352d5719
Octal16713410027135655512731
Binary1110111101110010000101111011101110101101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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