Shades of Monsoon #7B6B73
Tints of Monsoon #7B6B73
RGB
CMYK
RGB Variations
Color information
#7B6B73 (or 0x7B6B73) is known color: Monsoon. HEX triplet: 7B, 6B and 73. RGB value is (123,107,115). Sum of RGB (Red+Green+Blue) = 123+107+115=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6B73 is #84948C. Grayscale: #707070. Windows color (decimal): -8688781 or 7564155. OLE color: 7564155.
HSL color Cylindrical-coordinate representation of color #7B6B73: hue angle of 330º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B6B73 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 107 | 115 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.52 |
| HSL | 330º | 0.07% | 0.45% | - |
| HSV(B) | 330º | 0.13% | 0.48% | - |
| XYZ | 16.52 | 15.96 | 18.43 | - |
| YUV | 112.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 115 | 0 | 0.13 | 0.07 | 0.52 | 330 | 0.07 | 0.45 |
| Hex | 7B | 6B | 73 | 0 | D | 7 | 34 | 14A | 7 | 2D |
| Octal | 173 | 153 | 163 | 0 | 15 | 7 | 64 | 512 | 7 | 55 |
| Binary | 1111011 | 1101011 | 1110011 | 0 | 1101 | 111 | 110100 | 101001010 | 111 | 101101 |
Color Harmonies of #7B6B73
Complementary color
Monochromatic Colors of #7B6B73
Black with #7B6B73
Text Example
Text Example
White with #7B6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B73; }
p { color: rgb(123,107,115); }
H1.HeaderClassName
{
color: #7B6B73;
}
.AnyTagClassName
{
color: #7B6B73;
}
</style>
background-color css
<style>
a { background-color: #7B6B73; }
a { background-color: rgb(123,107,115); }
div.DivClassName
{
background-color: #7B6B73;
}
.BgClassName
{
background-color: #7B6B73;
}
</style>
border-color css
<style>
span { border-color: #7B6B73; }
span { border-color: rgb(123,107,115); }
td.TdClassName
{
border-color: #7B6B73;
}
.TagClassName
{
border-color: #7B6B73;
}
</style>