Shades of Rolling Stone #73817E
Tints of Rolling Stone #73817E
RGB
CMYK
RGB Variations
Color information
#73817E (or 0x73817E) is known color: Rolling Stone. HEX triplet: 73, 81 and 7E. RGB value is (115,129,126). Sum of RGB (Red+Green+Blue) = 115+129+126=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 129 - color contains mainly: green. Hex color #73817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73817E is #8C7E81. Grayscale: #7C7C7C. Windows color (decimal): -9207426 or 8290675. OLE color: 8290675.
HSL color Cylindrical-coordinate representation of color #73817E: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #73817E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 126 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.49 |
| HSL | 167.14º | 0.06% | 0.48% | - |
| HSV(B) | 167.14º | 0.11% | 0.51% | - |
| XYZ | 18.69 | 20.85 | 22.78 | - |
| YUV | 124.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 126 | 0.11 | 0 | 0.02 | 0.49 | 167.14 | 0.06 | 0.48 |
| Hex | 73 | 81 | 7E | B | 0 | 2 | 31 | A7 | 6 | 30 |
| Octal | 163 | 201 | 176 | 13 | 0 | 2 | 61 | 247 | 6 | 60 |
| Binary | 1110011 | 10000001 | 1111110 | 1011 | 0 | 10 | 110001 | 10100111 | 110 | 110000 |
Color Harmonies of #73817E
Complementary color
Monochromatic Colors of #73817E
Black with #73817E
Text Example
Text Example
White with #73817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73817E; }
p { color: rgb(115,129,126); }
H1.HeaderClassName
{
color: #73817E;
}
.AnyTagClassName
{
color: #73817E;
}
</style>
background-color css
<style>
a { background-color: #73817E; }
a { background-color: rgb(115,129,126); }
div.DivClassName
{
background-color: #73817E;
}
.BgClassName
{
background-color: #73817E;
}
</style>
border-color css
<style>
span { border-color: #73817E; }
span { border-color: rgb(115,129,126); }
td.TdClassName
{
border-color: #73817E;
}
.TagClassName
{
border-color: #73817E;
}
</style>