#77761C

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

Shades of Olivetone #77761C

Tints of Olivetone #77761C

Color information

#77761C (or 0x77761C) is unknown color: approx Olivetone. HEX triplet: 77, 76 and 1C. RGB value is (119,118,28). Sum of RGB (Red+Green+Blue) = 119+118+28=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77761C is #8889E3. Grayscale: #6C6C6C. Windows color (decimal): -8948196 or 1865335. OLE color: 1865335.

HSL color Cylindrical-coordinate representation of color #77761C: hue angle of 59.34º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77761C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11911828-
CMYK00.010.760.53
HSL59.34º61.9%28.82%-
HSV(B)59.34º76.47%46.67%-
XYZ14.316.963.62-
YUV108.0482.83135.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=44.91%
G=44.53%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191182800.010.760.5359.3461.928.82
Hex77761C014C353b3e1d
Octal167166340111465737635
Binary111011111101101110001100110011010111101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77761C; }

 p { color: rgb(119,118,28); }

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

<style>
 a { background-color: #77761C; }

 a { background-color: rgb(119,118,28); }

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

<style>
 span { border-color: #77761C; }

 span { border-color: rgb(119,118,28); }

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