#887B75

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

Shades of Hurricane #887B75

Tints of Hurricane #887B75

Color information

#887B75 (or 0x887B75) is unknown color: approx Hurricane. HEX triplet: 88, 7B and 75. RGB value is (136,123,117). Sum of RGB (Red+Green+Blue) = 136+123+117=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #887B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B75 is #77848A. Grayscale: #7E7E7E. Windows color (decimal): -7832715 or 7699336. OLE color: 7699336.

HSL color Cylindrical-coordinate representation of color #887B75: hue angle of 18.95º 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 #887B75 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB136123117-
CMYK00.100.140.47
HSL18.95º7.51%49.61%-
HSV(B)18.95º13.97%53.33%-
XYZ20.4520.6819.74-
YUV126.2122.81134.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=36.17%
G=32.71%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13612311700.100.140.4718.957.5149.61
Hex887B750AE2F13832
Octal2101731650121657231062
Binary1000100011110111110101010101110101111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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