#87746B

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

Shades of Hurricane #87746B

Tints of Hurricane #87746B

Color information

#87746B (or 0x87746B) is unknown color: approx Hurricane. HEX triplet: 87, 74 and 6B. RGB value is (135,116,107). Sum of RGB (Red+Green+Blue) = 135+116+107=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87746B is #788B94. Grayscale: #787878. Windows color (decimal): -7900053 or 7042183. OLE color: 7042183.

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

Color convert

RGB135116107-
CMYK00.140.210.47
HSL19.29º11.57%47.45%-
HSV(B)19.29º20.74%52.94%-
XYZ18.8918.716.52-
YUV120.66120.29138.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 116 (45.70% from 255) = 32.40%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=37.71%
G=32.40%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511610700.140.210.4719.2911.5747.45
Hex87746B0E152F13c2f
Octal2071641530162557231457
Binary10000111111010011010110111010101101111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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