#757372

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

Shades of Hurricane #757372

Tints of Hurricane #757372

Color information

#757372 (or 0x757372) is unknown color: approx Hurricane. HEX triplet: 75, 73 and 72. RGB value is (117,115,114). Sum of RGB (Red+Green+Blue) = 117+115+114=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 117 - color contains mainly: red. Hex color #757372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757372 is #8A8C8D. Grayscale: #737373. Windows color (decimal): -9079950 or 7500661. OLE color: 7500661.

HSL color Cylindrical-coordinate representation of color #757372: hue angle of 20º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #757372 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB117115114-
CMYK00.020.030.54
HSL20º1.3%45.29%-
HSV(B)20º2.56%45.88%-
XYZ16.517.2618.38-
YUV115.48127.16129.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=33.82%
G=33.24%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711511400.020.030.54201.345.29
Hex757372023361412d
Octal1651631620236624155
Binary11101011110011111001001011110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757372; }

 p { color: rgb(117,115,114); }

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

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

 a { background-color: rgb(117,115,114); }

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

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

 span { border-color: rgb(117,115,114); }

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