#77711F

Color #77711F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #77711F

Tints of Olivetone #77711F

Color information

#77711F (or 0x77711F) is unknown color: approx Olivetone. HEX triplet: 77, 71 and 1F. RGB value is (119,113,31). Sum of RGB (Red+Green+Blue) = 119+113+31=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77711F is #888EE0. Grayscale: #696969. Windows color (decimal): -8949473 or 2060663. OLE color: 2060663.

HSL color Cylindrical-coordinate representation of color #77711F: hue angle of 55.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77711F is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB11911331-
CMYK00.050.740.53
HSL55.91º58.67%29.41%-
HSV(B)55.91º73.95%46.67%-
XYZ13.7615.833.63-
YUV105.4585.99137.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.25%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=45.25%
G=42.97%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191133100.050.740.5355.9158.6729.41
Hex77711F054A35383b1d
Octal167161370511265707335
Binary11101111110001111110101100101011010111100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77711F; }

 p { color: rgb(119,113,31); }

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

<style>
 a { background-color: #77711F; }

 a { background-color: rgb(119,113,31); }

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

<style>
 span { border-color: #77711F; }

 span { border-color: rgb(119,113,31); }

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