Shades of Monsoon #74666F
Tints of Monsoon #74666F
RGB
CMYK
RGB Variations
Color information
#74666F (or 0x74666F) is known color: Monsoon. HEX triplet: 74, 66 and 6F. RGB value is (116,102,111). Sum of RGB (Red+Green+Blue) = 116+102+111=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 116 - color contains mainly: red. Hex color #74666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74666F is #8B9990. Grayscale: #6B6B6B. Windows color (decimal): -9148817 or 7300724. OLE color: 7300724.
HSL color Cylindrical-coordinate representation of color #74666F: hue angle of 321.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #74666F is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 102 | 111 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.55 |
| HSL | 321.43º | 0.06% | 0.43% | - |
| HSV(B) | 321.43º | 0.12% | 0.45% | - |
| XYZ | 14.82 | 14.36 | 17.03 | - |
| YUV | 107.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 111 | 0 | 0.12 | 0.04 | 0.55 | 321.43 | 0.06 | 0.43 |
| Hex | 74 | 66 | 6F | 0 | C | 4 | 37 | 141 | 6 | 2B |
| Octal | 164 | 146 | 157 | 0 | 14 | 4 | 67 | 501 | 6 | 53 |
| Binary | 1110100 | 1100110 | 1101111 | 0 | 1100 | 100 | 110111 | 101000001 | 110 | 101011 |
Color Harmonies of #74666F
Complementary color
Monochromatic Colors of #74666F
Black with #74666F
Text Example
Text Example
White with #74666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74666F; }
p { color: rgb(116,102,111); }
H1.HeaderClassName
{
color: #74666F;
}
.AnyTagClassName
{
color: #74666F;
}
</style>
background-color css
<style>
a { background-color: #74666F; }
a { background-color: rgb(116,102,111); }
div.DivClassName
{
background-color: #74666F;
}
.BgClassName
{
background-color: #74666F;
}
</style>
border-color css
<style>
span { border-color: #74666F; }
span { border-color: rgb(116,102,111); }
td.TdClassName
{
border-color: #74666F;
}
.TagClassName
{
border-color: #74666F;
}
</style>