#887770

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

Shades of Hurricane #887770

Tints of Hurricane #887770

Color information

#887770 (or 0x887770) is unknown color: approx Hurricane. HEX triplet: 88, 77 and 70. RGB value is (136,119,112). Sum of RGB (Red+Green+Blue) = 136+119+112=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #887770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887770 is #77888F. Grayscale: #7B7B7B. Windows color (decimal): -7833744 or 7370632. OLE color: 7370632.

HSL color Cylindrical-coordinate representation of color #887770: hue angle of 17.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 #887770 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136119112-
CMYK00.120.180.47
HSL17.5º9.68%48.63%-
HSV(B)17.5º17.65%53.33%-
XYZ19.6719.618.08-
YUV123.28121.63137.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 119 (46.88% from 255) = 32.43%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=37.06%
G=32.43%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611911200.120.180.4717.59.6848.63
Hex8877700C122F11a31
Octal2101671600142257211261
Binary10001000111011111100000110010010101111100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887770; }

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

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

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

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

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

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

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

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