#87766E

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

Shades of Hurricane #87766E

Tints of Hurricane #87766E

Color information

#87766E (or 0x87766E) is unknown color: approx Hurricane. HEX triplet: 87, 76 and 6E. RGB value is (135,118,110). Sum of RGB (Red+Green+Blue) = 135+118+110=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #87766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87766E is #788991. Grayscale: #7A7A7A. Windows color (decimal): -7899538 or 7239303. OLE color: 7239303.

HSL color Cylindrical-coordinate representation of color #87766E: hue angle of 19.2º 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 #87766E is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135118110-
CMYK00.130.190.47
HSL19.2º10.2%48.04%-
HSV(B)19.2º18.52%52.94%-
XYZ19.2819.2317.45-
YUV122.17121.13137.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 118 (46.48% from 255) = 32.51%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=37.19%
G=32.51%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511811000.130.190.4719.210.248.04
Hex87766E0D132F13a30
Octal2071661560152357231260
Binary10000111111011011011100110110011101111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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