#817976

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

Shades of Hurricane #817976

Tints of Hurricane #817976

Color information

#817976 (or 0x817976) is unknown color: approx Hurricane. HEX triplet: 81, 79 and 76. RGB value is (129,121,118). Sum of RGB (Red+Green+Blue) = 129+121+118=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 129 - color contains mainly: red. Hex color #817976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817976 is #7E8689. Grayscale: #7B7B7B. Windows color (decimal): -8291978 or 7764353. OLE color: 7764353.

HSL color Cylindrical-coordinate representation of color #817976: hue angle of 16.36º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817976 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB129121118-
CMYK00.060.090.49
HSL16.36º4.45%48.43%-
HSV(B)16.36º8.53%50.59%-
XYZ19.1619.6519.92-
YUV123.05125.15132.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.05%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=35.05%
G=32.88%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912111800.060.090.4916.364.4548.43
Hex8179760693110430
Octal20117116606116120460
Binary10000001111100111101100110100111000110000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817976; }

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

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

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

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

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

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

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

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