Shades of Rolling Stone #73817F
Tints of Rolling Stone #73817F
RGB
CMYK
RGB Variations
Color information
#73817F (or 0x73817F) is known color: Rolling Stone. HEX triplet: 73, 81 and 7F. RGB value is (115,129,127). Sum of RGB (Red+Green+Blue) = 115+129+127=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #73817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73817F is #8C7E80. Grayscale: #7C7C7C. Windows color (decimal): -9207425 or 8356211. OLE color: 8356211.
HSL color Cylindrical-coordinate representation of color #73817F: hue angle of 171.43º 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 #73817F is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 129 | 127 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.49 |
| HSL | 171.43º | 0.06% | 0.48% | - |
| HSV(B) | 171.43º | 0.11% | 0.51% | - |
| XYZ | 18.75 | 20.88 | 23.12 | - |
| YUV | 124.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 127 | 0.11 | 0 | 0.02 | 0.49 | 171.43 | 0.06 | 0.48 |
| Hex | 73 | 81 | 7F | B | 0 | 2 | 31 | AB | 6 | 30 |
| Octal | 163 | 201 | 177 | 13 | 0 | 2 | 61 | 253 | 6 | 60 |
| Binary | 1110011 | 10000001 | 1111111 | 1011 | 0 | 10 | 110001 | 10101011 | 110 | 110000 |
Color Harmonies of #73817F
Complementary color
Monochromatic Colors of #73817F
Black with #73817F
Text Example
Text Example
White with #73817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73817F; }
p { color: rgb(115,129,127); }
H1.HeaderClassName
{
color: #73817F;
}
.AnyTagClassName
{
color: #73817F;
}
</style>
background-color css
<style>
a { background-color: #73817F; }
a { background-color: rgb(115,129,127); }
div.DivClassName
{
background-color: #73817F;
}
.BgClassName
{
background-color: #73817F;
}
</style>
border-color css
<style>
span { border-color: #73817F; }
span { border-color: rgb(115,129,127); }
td.TdClassName
{
border-color: #73817F;
}
.TagClassName
{
border-color: #73817F;
}
</style>