Shades of Rolling Stone #73847E
Tints of Rolling Stone #73847E
RGB
CMYK
RGB Variations
Color information
#73847E (or 0x73847E) is known color: Rolling Stone. HEX triplet: 73, 84 and 7E. RGB value is (115,132,126). Sum of RGB (Red+Green+Blue) = 115+132+126=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #73847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73847E is #8C7B81. Grayscale: #7E7E7E. Windows color (decimal): -9206658 or 8291443. OLE color: 8291443.
HSL color Cylindrical-coordinate representation of color #73847E: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73847E is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 126 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.48 |
| HSL | 158.82º | 0.07% | 0.48% | - |
| HSV(B) | 158.82º | 0.13% | 0.52% | - |
| XYZ | 19.09 | 21.65 | 22.91 | - |
| YUV | 126.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 126 | 0.13 | 0 | 0.05 | 0.48 | 158.82 | 0.07 | 0.48 |
| Hex | 73 | 84 | 7E | D | 0 | 5 | 30 | 9F | 7 | 30 |
| Octal | 163 | 204 | 176 | 15 | 0 | 5 | 60 | 237 | 7 | 60 |
| Binary | 1110011 | 10000100 | 1111110 | 1101 | 0 | 101 | 110000 | 10011111 | 111 | 110000 |
Color Harmonies of #73847E
Complementary color
Monochromatic Colors of #73847E
Black with #73847E
Text Example
Text Example
White with #73847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73847E; }
p { color: rgb(115,132,126); }
H1.HeaderClassName
{
color: #73847E;
}
.AnyTagClassName
{
color: #73847E;
}
</style>
background-color css
<style>
a { background-color: #73847E; }
a { background-color: rgb(115,132,126); }
div.DivClassName
{
background-color: #73847E;
}
.BgClassName
{
background-color: #73847E;
}
</style>
border-color css
<style>
span { border-color: #73847E; }
span { border-color: rgb(115,132,126); }
td.TdClassName
{
border-color: #73847E;
}
.TagClassName
{
border-color: #73847E;
}
</style>