#87776F

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

Shades of Hurricane #87776F

Tints of Hurricane #87776F

Color information

#87776F (or 0x87776F) is unknown color: approx Hurricane. HEX triplet: 87, 77 and 6F. RGB value is (135,119,111). Sum of RGB (Red+Green+Blue) = 135+119+111=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #87776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87776F is #788890. Grayscale: #7A7A7A. Windows color (decimal): -7899281 or 7305095. OLE color: 7305095.

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

Color convert

RGB135119111-
CMYK00.120.180.47
HSL20º9.76%48.24%-
HSV(B)20º17.78%52.94%-
XYZ19.4619.4917.78-
YUV122.87121.3136.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=36.99%
G=32.60%
B=30.41%

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
Decimal13511911100.120.180.47209.7648.24
Hex87776F0C122F14a30
Octal2071671570142257241260
Binary10000111111011111011110110010010101111101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87776F; }

 p { color: rgb(135,119,111); }

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

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

 a { background-color: rgb(135,119,111); }

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

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

 span { border-color: rgb(135,119,111); }

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