#887C75

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

Shades of Hurricane #887C75

Tints of Hurricane #887C75

Color information

#887C75 (or 0x887C75) is unknown color: approx Hurricane. HEX triplet: 88, 7C and 75. RGB value is (136,124,117). Sum of RGB (Red+Green+Blue) = 136+124+117=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #887C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887C75 is #77838A. Grayscale: #7E7E7E. Windows color (decimal): -7832459 or 7699592. OLE color: 7699592.

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

Color convert

RGB136124117-
CMYK00.090.140.47
HSL22.11º7.51%49.61%-
HSV(B)22.11º13.97%53.33%-
XYZ20.5720.9319.79-
YUV126.79122.48134.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=36.07%
G=32.89%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612411700.090.140.4722.117.5149.61
Hex887C7509E2F16832
Octal2101741650111657261062
Binary1000100011111001110101010011110101111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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