#887570

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

Shades of Hurricane #887570

Tints of Hurricane #887570

Color information

#887570 (or 0x887570) is unknown color: approx Hurricane. HEX triplet: 88, 75 and 70. RGB value is (136,117,112). Sum of RGB (Red+Green+Blue) = 136+117+112=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #887570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887570 is #778A8F. Grayscale: #7A7A7A. Windows color (decimal): -7834256 or 7370120. OLE color: 7370120.

HSL color Cylindrical-coordinate representation of color #887570: hue angle of 12.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887570 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136117112-
CMYK00.140.180.47
HSL12.5º9.68%48.63%-
HSV(B)12.5º17.65%53.33%-
XYZ19.4419.1318-
YUV122.11122.29137.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=37.26%
G=32.05%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611711200.140.180.4712.59.6848.63
Hex8875700E122Fca31
Octal2101651600162257141261
Binary1000100011101011110000011101001010111111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887570; }

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

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

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

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

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

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

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

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