Shades of Rolling Stone #73807B
Tints of Rolling Stone #73807B
RGB
CMYK
RGB Variations
Color information
#73807B (or 0x73807B) is known color: Rolling Stone. HEX triplet: 73, 80 and 7B. RGB value is (115,128,123). Sum of RGB (Red+Green+Blue) = 115+128+123=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 128 - color contains mainly: green. Hex color #73807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73807B is #8C7F84. Grayscale: #7B7B7B. Windows color (decimal): -9207685 or 8093811. OLE color: 8093811.
HSL color Cylindrical-coordinate representation of color #73807B: hue angle of 156.92º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73807B is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 123 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.50 |
| HSL | 156.92º | 0.05% | 0.48% | - |
| HSV(B) | 156.92º | 0.1% | 0.5% | - |
| XYZ | 18.36 | 20.51 | 21.73 | - |
| YUV | 123.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 123 | 0.10 | 0 | 0.04 | 0.50 | 156.92 | 0.05 | 0.48 |
| Hex | 73 | 80 | 7B | A | 0 | 4 | 32 | 9D | 5 | 30 |
| Octal | 163 | 200 | 173 | 12 | 0 | 4 | 62 | 235 | 5 | 60 |
| Binary | 1110011 | 10000000 | 1111011 | 1010 | 0 | 100 | 110010 | 10011101 | 101 | 110000 |
Color Harmonies of #73807B
Complementary color
Monochromatic Colors of #73807B
Black with #73807B
Text Example
Text Example
White with #73807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73807B; }
p { color: rgb(115,128,123); }
H1.HeaderClassName
{
color: #73807B;
}
.AnyTagClassName
{
color: #73807B;
}
</style>
background-color css
<style>
a { background-color: #73807B; }
a { background-color: rgb(115,128,123); }
div.DivClassName
{
background-color: #73807B;
}
.BgClassName
{
background-color: #73807B;
}
</style>
border-color css
<style>
span { border-color: #73807B; }
span { border-color: rgb(115,128,123); }
td.TdClassName
{
border-color: #73807B;
}
.TagClassName
{
border-color: #73807B;
}
</style>