#867D79

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

Shades of Hurricane #867D79

Tints of Hurricane #867D79

Color information

#867D79 (or 0x867D79) is unknown color: approx Hurricane. HEX triplet: 86, 7D and 79. RGB value is (134,125,121). Sum of RGB (Red+Green+Blue) = 134+125+121=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 134 - color contains mainly: red. Hex color #867D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D79 is #798286. Grayscale: #7F7F7F. Windows color (decimal): -7963271 or 7961990. OLE color: 7961990.

HSL color Cylindrical-coordinate representation of color #867D79: hue angle of 18.46º 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 #867D79 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134125121-
CMYK00.070.100.47
HSL18.46º5.1%50%-
HSV(B)18.46º9.7%52.55%-
XYZ20.6221.1221.08-
YUV127.24124.48132.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=35.26%
G=32.89%
B=31.84%

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
Decimal13412512100.070.100.4718.465.150
Hex867D7907A2F12532
Octal20617517107125722562
Binary10000110111110111110010111101010111110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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