Shades of Hurricane #757372
Tints of Hurricane #757372
RGB
CMYK
RGB Variations
Color information
#757372 (or 0x757372) is known color: 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
RGB | 117 | 115 | 114 | - |
CMYK | 0 | 0.02 | 0.03 | 0.54 |
HSL | 20º | 0.01% | 0.45% | - |
HSV(B) | 20º | 0.03% | 0.46% | - |
XYZ | 16.5 | 17.26 | 18.38 | - |
YUV | 115.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 117 | 115 | 114 | 0 | 0.02 | 0.03 | 0.54 | 20 | 0.01 | 0.45 |
Hex | 75 | 73 | 72 | 0 | 2 | 3 | 36 | 14 | 1 | 2D |
Octal | 165 | 163 | 162 | 0 | 2 | 3 | 66 | 24 | 1 | 55 |
Binary | 1110101 | 1110011 | 1110010 | 0 | 10 | 11 | 110110 | 10100 | 1 | 101101 |
Color Harmonies of #757372
Complementary color
Monochromatic Colors of #757372
Black with #757372
Text Example
Text Example
White with #757372
Text Example
Text Example
HTML Codes & Css Web 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>