#7C726E

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

Shades of Hurricane #7C726E

Tints of Hurricane #7C726E

Color information

#7C726E (or 0x7C726E) is unknown color: approx Hurricane. HEX triplet: 7C, 72 and 6E. RGB value is (124,114,110). Sum of RGB (Red+Green+Blue) = 124+114+110=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 124 - color contains mainly: red. Hex color #7C726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C726E is #838D91. Grayscale: #747474. Windows color (decimal): -8621458 or 7238268. OLE color: 7238268.

HSL color Cylindrical-coordinate representation of color #7C726E: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C726E is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB124114110-
CMYK00.080.110.51
HSL17.14º5.98%45.88%-
HSV(B)17.14º11.29%48.63%-
XYZ17.1417.4517.22-
YUV116.53124.31133.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=35.63%
G=32.76%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411411000.080.110.5117.145.9845.88
Hex7C726E08B331162e
Octal174162156010136321656
Binary11111001110010110111001000101111001110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C726E; }

 p { color: rgb(124,114,110); }

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

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

 a { background-color: rgb(124,114,110); }

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

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

 span { border-color: rgb(124,114,110); }

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