Shades of Rolling Stone #65847E
Tints of Rolling Stone #65847E
RGB
CMYK
RGB Variations
Color information
#65847E (or 0x65847E) is known color: Rolling Stone. HEX triplet: 65, 84 and 7E. RGB value is (101,132,126). Sum of RGB (Red+Green+Blue) = 101+132+126=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #65847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65847E is #9A7B81. Grayscale: #7A7A7A. Windows color (decimal): -10124162 or 8291429. OLE color: 8291429.
HSL color Cylindrical-coordinate representation of color #65847E: hue angle of 168.39º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65847E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 126 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.48 |
| HSL | 168.39º | 0.13% | 0.46% | - |
| HSV(B) | 168.39º | 0.23% | 0.52% | - |
| XYZ | 17.38 | 20.78 | 22.83 | - |
| YUV | 122.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 126 | 0.23 | 0 | 0.05 | 0.48 | 168.39 | 0.13 | 0.46 |
| Hex | 65 | 84 | 7E | 17 | 0 | 5 | 30 | A8 | D | 2E |
| Octal | 145 | 204 | 176 | 27 | 0 | 5 | 60 | 250 | 15 | 56 |
| Binary | 1100101 | 10000100 | 1111110 | 10111 | 0 | 101 | 110000 | 10101000 | 1101 | 101110 |
Color Harmonies of #65847E
Complementary color
Monochromatic Colors of #65847E
Black with #65847E
Text Example
Text Example
White with #65847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65847E; }
p { color: rgb(101,132,126); }
H1.HeaderClassName
{
color: #65847E;
}
.AnyTagClassName
{
color: #65847E;
}
</style>
background-color css
<style>
a { background-color: #65847E; }
a { background-color: rgb(101,132,126); }
div.DivClassName
{
background-color: #65847E;
}
.BgClassName
{
background-color: #65847E;
}
</style>
border-color css
<style>
span { border-color: #65847E; }
span { border-color: rgb(101,132,126); }
td.TdClassName
{
border-color: #65847E;
}
.TagClassName
{
border-color: #65847E;
}
</style>