#77761B

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

Shades of Olivetone #77761B

Tints of Olivetone #77761B

Color information

#77761B (or 0x77761B) is unknown color: approx Olivetone. HEX triplet: 77, 76 and 1B. RGB value is (119,118,27). Sum of RGB (Red+Green+Blue) = 119+118+27=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77761B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77761B is #8889E4. Grayscale: #6C6C6C. Windows color (decimal): -8948197 or 1799799. OLE color: 1799799.

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

Color convert

RGB11911827-
CMYK00.010.770.53
HSL59.35º63.01%28.63%-
HSV(B)59.35º77.31%46.67%-
XYZ14.2816.963.56-
YUV107.9282.33135.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=45.08%
G=44.70%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191182700.010.770.5359.3563.0128.63
Hex77761B014D353b3f1d
Octal167166330111565737735
Binary111011111101101101101100110111010111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77761B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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