#867976

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

Shades of Hurricane #867976

Tints of Hurricane #867976

Color information

#867976 (or 0x867976) is unknown color: approx Hurricane. HEX triplet: 86, 79 and 76. RGB value is (134,121,118). Sum of RGB (Red+Green+Blue) = 134+121+118=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #867976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867976 is #798689. Grayscale: #7C7C7C. Windows color (decimal): -7964298 or 7764358. OLE color: 7764358.

HSL color Cylindrical-coordinate representation of color #867976: hue angle of 11.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #867976 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB134121118-
CMYK00.100.120.47
HSL11.25º6.35%49.41%-
HSV(B)11.25º11.94%52.55%-
XYZ19.9420.0519.96-
YUV124.54124.31134.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=35.92%
G=32.44%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412111800.100.120.4711.256.3549.41
Hex8679760AC2Fb631
Octal206171166012145713661
Binary10000110111100111101100101011001011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867976; }

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

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

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

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

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

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

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

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