#867C79

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

Shades of Hurricane #867C79

Tints of Hurricane #867C79

Color information

#867C79 (or 0x867C79) is unknown color: approx Hurricane. HEX triplet: 86, 7C and 79. RGB value is (134,124,121). Sum of RGB (Red+Green+Blue) = 134+124+121=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C79 is #798386. Grayscale: #7E7E7E. Windows color (decimal): -7963527 or 7961734. OLE color: 7961734.

HSL color Cylindrical-coordinate representation of color #867C79: hue angle of 13.85º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #867C79 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134124121-
CMYK00.070.100.47
HSL13.85º5.1%50%-
HSV(B)13.85º9.7%52.55%-
XYZ20.4920.8621.04-
YUV126.65124.81133.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=35.36%
G=32.72%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412412100.070.100.4713.855.150
Hex867C7907A2Fe532
Octal20617417107125716562
Binary1000011011111001111001011110101011111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867C79; }

 p { color: rgb(134,124,121); }

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

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

 a { background-color: rgb(134,124,121); }

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

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

 span { border-color: rgb(134,124,121); }

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