#87746E

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

Shades of Hurricane #87746E

Tints of Hurricane #87746E

Color information

#87746E (or 0x87746E) is unknown color: approx Hurricane. HEX triplet: 87, 74 and 6E. RGB value is (135,116,110). Sum of RGB (Red+Green+Blue) = 135+116+110=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746E is #788B91. Grayscale: #797979. Windows color (decimal): -7900050 or 7238791. OLE color: 7238791.

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

Color convert

RGB135116110-
CMYK00.140.190.47
HSL14.4º10.2%48.04%-
HSV(B)14.4º18.52%52.94%-
XYZ19.0518.7717.37-
YUV121121.79137.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=37.40%
G=32.13%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511611000.140.190.4714.410.248.04
Hex87746E0E132Fea30
Octal2071641560162357161260
Binary1000011111101001101110011101001110111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87746E; }

 p { color: rgb(135,116,110); }

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

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

 a { background-color: rgb(135,116,110); }

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

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

 span { border-color: rgb(135,116,110); }

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