#79726F

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

Shades of Hurricane #79726F

Tints of Hurricane #79726F

Color information

#79726F (or 0x79726F) is unknown color: approx Hurricane. HEX triplet: 79, 72 and 6F. RGB value is (121,114,111). Sum of RGB (Red+Green+Blue) = 121+114+111=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 121 - color contains mainly: red. Hex color #79726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79726F is #868D90. Grayscale: #737373. Windows color (decimal): -8818065 or 7303801. OLE color: 7303801.

HSL color Cylindrical-coordinate representation of color #79726F: hue angle of 18º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79726F is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB121114111-
CMYK00.060.080.53
HSL18º4.31%45.49%-
HSV(B)18º8.26%47.45%-
XYZ16.7717.2517.48-
YUV115.75125.32131.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=34.97%
G=32.95%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111411100.060.080.53184.3145.49
Hex79726F068351242d
Octal17116215706106522455
Binary1111001111001011011110110100011010110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79726F; }

 p { color: rgb(121,114,111); }

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

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

 a { background-color: rgb(121,114,111); }

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

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

 span { border-color: rgb(121,114,111); }

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