Shades of Monsoon #75656F
Tints of Monsoon #75656F
RGB
CMYK
RGB Variations
Color information
#75656F (or 0x75656F) is known color: Monsoon. HEX triplet: 75, 65 and 6F. RGB value is (117,101,111). Sum of RGB (Red+Green+Blue) = 117+101+111=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #75656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75656F is #8A9A90. Grayscale: #6A6A6A. Windows color (decimal): -9083537 or 7300469. OLE color: 7300469.
HSL color Cylindrical-coordinate representation of color #75656F: hue angle of 322.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #75656F is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 111 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.54 |
| HSL | 322.5º | 0.07% | 0.43% | - |
| HSV(B) | 322.5º | 0.14% | 0.46% | - |
| XYZ | 14.86 | 14.24 | 17 | - |
| YUV | 106.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 111 | 0 | 0.14 | 0.05 | 0.54 | 322.5 | 0.07 | 0.43 |
| Hex | 75 | 65 | 6F | 0 | E | 5 | 36 | 142 | 7 | 2B |
| Octal | 165 | 145 | 157 | 0 | 16 | 5 | 66 | 502 | 7 | 53 |
| Binary | 1110101 | 1100101 | 1101111 | 0 | 1110 | 101 | 110110 | 101000010 | 111 | 101011 |
Color Harmonies of #75656F
Complementary color
Monochromatic Colors of #75656F
Black with #75656F
Text Example
Text Example
White with #75656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75656F; }
p { color: rgb(117,101,111); }
H1.HeaderClassName
{
color: #75656F;
}
.AnyTagClassName
{
color: #75656F;
}
</style>
background-color css
<style>
a { background-color: #75656F; }
a { background-color: rgb(117,101,111); }
div.DivClassName
{
background-color: #75656F;
}
.BgClassName
{
background-color: #75656F;
}
</style>
border-color css
<style>
span { border-color: #75656F; }
span { border-color: rgb(117,101,111); }
td.TdClassName
{
border-color: #75656F;
}
.TagClassName
{
border-color: #75656F;
}
</style>