#867771

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

Shades of Hurricane #867771

Tints of Hurricane #867771

Color information

#867771 (or 0x867771) is unknown color: approx Hurricane. HEX triplet: 86, 77 and 71. RGB value is (134,119,113). Sum of RGB (Red+Green+Blue) = 134+119+113=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867771 is #79888E. Grayscale: #7A7A7A. Windows color (decimal): -7964815 or 7436166. OLE color: 7436166.

HSL color Cylindrical-coordinate representation of color #867771: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867771 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134119113-
CMYK00.110.160.47
HSL17.14º8.5%48.43%-
HSV(B)17.14º15.67%52.55%-
XYZ19.4119.4518.35-
YUV122.8122.47135.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=36.61%
G=32.51%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411911300.110.160.4717.148.548.43
Hex8677710B102F11930
Octal2061671610132057211160
Binary10000110111011111100010101110000101111100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867771; }

 p { color: rgb(134,119,113); }

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

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

 a { background-color: rgb(134,119,113); }

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

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

 span { border-color: rgb(134,119,113); }

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