#887C60

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

Shades of Olive Haze #887C60

Tints of Olive Haze #887C60

Color information

#887C60 (or 0x887C60) is unknown color: approx Olive Haze. HEX triplet: 88, 7C and 60. RGB value is (136,124,96). Sum of RGB (Red+Green+Blue) = 136+124+96=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #887C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C60 is #77839F. Grayscale: #7C7C7C. Windows color (decimal): -7832480 or 6323336. OLE color: 6323336.

HSL color Cylindrical-coordinate representation of color #887C60: hue angle of 42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887C60 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13612496-
CMYK00.090.290.47
HSL42º17.24%45.49%-
HSV(B)42º29.41%53.33%-
XYZ19.4720.4914-
YUV124.4111.98136.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=38.20%
G=34.83%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361249600.090.290.474217.2445.49
Hex887C60091D2F2a112d
Octal2101741400113557522155
Binary1000100011111001100000010011110110111110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,124,96); }

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

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

 a { background-color: rgb(136,124,96); }

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

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

 span { border-color: rgb(136,124,96); }

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