#77731B

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

Shades of Olivetone #77731B

Tints of Olivetone #77731B

Color information

#77731B (or 0x77731B) is unknown color: approx Olivetone. HEX triplet: 77, 73 and 1B. RGB value is (119,115,27). Sum of RGB (Red+Green+Blue) = 119+115+27=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77731B is #888CE4. Grayscale: #6A6A6A. Windows color (decimal): -8948965 or 1799031. OLE color: 1799031.

HSL color Cylindrical-coordinate representation of color #77731B: hue angle of 57.39º 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 #77731B is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB11911527-
CMYK00.030.770.53
HSL57.39º63.01%28.63%-
HSV(B)57.39º77.31%46.67%-
XYZ13.9416.263.44-
YUV106.1683.33137.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=45.59%
G=44.06%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191152700.030.770.5357.3963.0128.63
Hex77731B034D35393f1d
Octal167163330311565717735
Binary1110111111001111011011100110111010111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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