#837F6F

Color #837F6F Olive Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Haze #837F6F

Tints of Olive Haze #837F6F

Color information

#837F6F (or 0x837F6F) is unknown color: approx Olive Haze. HEX triplet: 83, 7F and 6F. RGB value is (131,127,111). Sum of RGB (Red+Green+Blue) = 131+127+111=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #837F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F6F is #7C8090. Grayscale: #7E7E7E. Windows color (decimal): -8159377 or 7307139. OLE color: 7307139.

HSL color Cylindrical-coordinate representation of color #837F6F: hue angle of 48º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837F6F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB131127111-
CMYK00.030.150.49
HSL48º8.26%47.45%-
HSV(B)48º15.27%51.37%-
XYZ19.8221.1518.08-
YUV126.37119.33131.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 111 (43.75% from 255) = 30.08%
R=35.50%
G=34.42%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112711100.030.150.49488.2647.45
Hex837F6F03F313082f
Octal203177157031761601057
Binary100000111111111110111101111111100011100001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837F6F; }

 p { color: rgb(131,127,111); }

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

<style>
 a { background-color: #837F6F; }

 a { background-color: rgb(131,127,111); }

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

<style>
 span { border-color: #837F6F; }

 span { border-color: rgb(131,127,111); }

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