Shades of Monsoon #74686F
Tints of Monsoon #74686F
RGB
CMYK
RGB Variations
Color information
#74686F (or 0x74686F) is known color: Monsoon. HEX triplet: 74, 68 and 6F. RGB value is (116,104,111). Sum of RGB (Red+Green+Blue) = 116+104+111=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #74686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74686F is #8B9790. Grayscale: #6C6C6C. Windows color (decimal): -9148305 or 7301236. OLE color: 7301236.
HSL color Cylindrical-coordinate representation of color #74686F: hue angle of 325º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #74686F is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 111 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.55 |
| HSL | 325º | 0.05% | 0.43% | - |
| HSV(B) | 325º | 0.1% | 0.45% | - |
| XYZ | 15.02 | 14.76 | 17.1 | - |
| YUV | 108.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 111 | 0 | 0.10 | 0.04 | 0.55 | 325 | 0.05 | 0.43 |
| Hex | 74 | 68 | 6F | 0 | A | 4 | 37 | 145 | 5 | 2B |
| Octal | 164 | 150 | 157 | 0 | 12 | 4 | 67 | 505 | 5 | 53 |
| Binary | 1110100 | 1101000 | 1101111 | 0 | 1010 | 100 | 110111 | 101000101 | 101 | 101011 |
Color Harmonies of #74686F
Complementary color
Monochromatic Colors of #74686F
Black with #74686F
Text Example
Text Example
White with #74686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74686F; }
p { color: rgb(116,104,111); }
H1.HeaderClassName
{
color: #74686F;
}
.AnyTagClassName
{
color: #74686F;
}
</style>
background-color css
<style>
a { background-color: #74686F; }
a { background-color: rgb(116,104,111); }
div.DivClassName
{
background-color: #74686F;
}
.BgClassName
{
background-color: #74686F;
}
</style>
border-color css
<style>
span { border-color: #74686F; }
span { border-color: rgb(116,104,111); }
td.TdClassName
{
border-color: #74686F;
}
.TagClassName
{
border-color: #74686F;
}
</style>