#887F5F

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

Shades of Olive Haze #887F5F

Tints of Olive Haze #887F5F

Color information

#887F5F (or 0x887F5F) is unknown color: approx Olive Haze. HEX triplet: 88, 7F and 5F. RGB value is (136,127,95). Sum of RGB (Red+Green+Blue) = 136+127+95=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #887F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F5F is #7780A0. Grayscale: #7E7E7E. Windows color (decimal): -7831713 or 6258568. OLE color: 6258568.

HSL color Cylindrical-coordinate representation of color #887F5F: hue angle of 46.83º degrees, saturation: 0.18, 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 #887F5F is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13612795-
CMYK00.070.300.47
HSL46.83º17.75%45.29%-
HSV(B)46.83º30.15%53.33%-
XYZ19.8121.2413.88-
YUV126.04110.48135.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=37.99%
G=35.47%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361279500.070.300.4746.8317.7545.29
Hex887F5F071E2F2f122d
Octal210177137073657572255
Binary100010001111111101111101111111010111110111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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