#887F7C

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

Shades of Hurricane #887F7C

Tints of Hurricane #887F7C

Color information

#887F7C (or 0x887F7C) is unknown color: approx Hurricane. HEX triplet: 88, 7F and 7C. RGB value is (136,127,124). Sum of RGB (Red+Green+Blue) = 136+127+124=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 136 - color contains mainly: red. Hex color #887F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887F7C is #778083. Grayscale: #818181. Windows color (decimal): -7831684 or 8159112. OLE color: 8159112.

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

Color convert

RGB136127124-
CMYK00.070.090.47
HSL15º4.8%50.98%-
HSV(B)15º8.82%53.33%-
XYZ21.3821.8722.16-
YUV129.35124.98132.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=35.14%
G=32.82%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612712400.070.090.47154.850.98
Hex887F7C0792Ff533
Octal21017717407115717563
Binary1000100011111111111100011110011011111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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