Shades of Monsoon #75666F
Tints of Monsoon #75666F
RGB
CMYK
RGB Variations
Color information
#75666F (or 0x75666F) is known color: Monsoon. HEX triplet: 75, 66 and 6F. RGB value is (117,102,111). Sum of RGB (Red+Green+Blue) = 117+102+111=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #75666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666F is #8A9990. Grayscale: #6B6B6B. Windows color (decimal): -9083281 or 7300725. OLE color: 7300725.
HSL color Cylindrical-coordinate representation of color #75666F: hue angle of 324º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75666F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 111 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.54 |
| HSL | 324º | 0.07% | 0.43% | - |
| HSV(B) | 324º | 0.13% | 0.46% | - |
| XYZ | 14.96 | 14.43 | 17.04 | - |
| YUV | 107.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 111 | 0 | 0.13 | 0.05 | 0.54 | 324 | 0.07 | 0.43 |
| Hex | 75 | 66 | 6F | 0 | D | 5 | 36 | 144 | 7 | 2B |
| Octal | 165 | 146 | 157 | 0 | 15 | 5 | 66 | 504 | 7 | 53 |
| Binary | 1110101 | 1100110 | 1101111 | 0 | 1101 | 101 | 110110 | 101000100 | 111 | 101011 |
Color Harmonies of #75666F
Complementary color
Monochromatic Colors of #75666F
Black with #75666F
Text Example
Text Example
White with #75666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75666F; }
p { color: rgb(117,102,111); }
H1.HeaderClassName
{
color: #75666F;
}
.AnyTagClassName
{
color: #75666F;
}
</style>
background-color css
<style>
a { background-color: #75666F; }
a { background-color: rgb(117,102,111); }
div.DivClassName
{
background-color: #75666F;
}
.BgClassName
{
background-color: #75666F;
}
</style>
border-color css
<style>
span { border-color: #75666F; }
span { border-color: rgb(117,102,111); }
td.TdClassName
{
border-color: #75666F;
}
.TagClassName
{
border-color: #75666F;
}
</style>