#887F63

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

Shades of Olive Haze #887F63

Tints of Olive Haze #887F63

Color information

#887F63 (or 0x887F63) is unknown color: approx Olive Haze. HEX triplet: 88, 7F and 63. RGB value is (136,127,99). Sum of RGB (Red+Green+Blue) = 136+127+99=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #887F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F63 is #77809C. Grayscale: #7E7E7E. Windows color (decimal): -7831709 or 6520712. OLE color: 6520712.

HSL color Cylindrical-coordinate representation of color #887F63: hue angle of 45.41º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #887F63 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB13612799-
CMYK00.070.270.47
HSL45.41º15.74%46.08%-
HSV(B)45.41º27.21%53.33%-
XYZ19.9921.3114.86-
YUV126.5112.48134.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 99 (39.06% from 255) = 27.35%
R=37.57%
G=35.08%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361279900.070.270.4745.4115.7446.08
Hex887F63071B2F2d102e
Octal210177143073357552056
Binary100010001111111110001101111101110111110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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