#877F5F

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

Shades of Olive Haze #877F5F

Tints of Olive Haze #877F5F

Color information

#877F5F (or 0x877F5F) is unknown color: approx Olive Haze. HEX triplet: 87, 7F and 5F. RGB value is (135,127,95). Sum of RGB (Red+Green+Blue) = 135+127+95=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #877F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877F5F is #7880A0. Grayscale: #7D7D7D. Windows color (decimal): -7897249 or 6258567. OLE color: 6258567.

HSL color Cylindrical-coordinate representation of color #877F5F: hue angle of 48º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877F5F is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13512795-
CMYK00.060.300.47
HSL48º17.39%45.1%-
HSV(B)48º29.63%52.94%-
XYZ19.6521.1613.87-
YUV125.74110.65134.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=37.82%
G=35.57%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351279500.060.300.474817.3945.1
Hex877F5F061E2F30112d
Octal207177137063657602155
Binary100001111111111101111101101111010111111000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877F5F; }

 p { color: rgb(135,127,95); }

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

<style>
 a { background-color: #877F5F; }

 a { background-color: rgb(135,127,95); }

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

<style>
 span { border-color: #877F5F; }

 span { border-color: rgb(135,127,95); }

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