Shades of Rolling Stone #68847E
Tints of Rolling Stone #68847E
RGB
CMYK
RGB Variations
Color information
#68847E (or 0x68847E) is known color: Rolling Stone. HEX triplet: 68, 84 and 7E. RGB value is (104,132,126). Sum of RGB (Red+Green+Blue) = 104+132+126=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #68847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847E is #977B81. Grayscale: #7A7A7A. Windows color (decimal): -9927554 or 8291432. OLE color: 8291432.
HSL color Cylindrical-coordinate representation of color #68847E: hue angle of 167.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68847E is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 126 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.48 |
| HSL | 167.14º | 0.12% | 0.46% | - |
| HSV(B) | 167.14º | 0.21% | 0.52% | - |
| XYZ | 17.73 | 20.95 | 22.85 | - |
| YUV | 122.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 126 | 0.21 | 0 | 0.05 | 0.48 | 167.14 | 0.12 | 0.46 |
| Hex | 68 | 84 | 7E | 15 | 0 | 5 | 30 | A7 | C | 2E |
| Octal | 150 | 204 | 176 | 25 | 0 | 5 | 60 | 247 | 14 | 56 |
| Binary | 1101000 | 10000100 | 1111110 | 10101 | 0 | 101 | 110000 | 10100111 | 1100 | 101110 |
Color Harmonies of #68847E
Complementary color
Monochromatic Colors of #68847E
Black with #68847E
Text Example
Text Example
White with #68847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68847E; }
p { color: rgb(104,132,126); }
H1.HeaderClassName
{
color: #68847E;
}
.AnyTagClassName
{
color: #68847E;
}
</style>
background-color css
<style>
a { background-color: #68847E; }
a { background-color: rgb(104,132,126); }
div.DivClassName
{
background-color: #68847E;
}
.BgClassName
{
background-color: #68847E;
}
</style>
border-color css
<style>
span { border-color: #68847E; }
span { border-color: rgb(104,132,126); }
td.TdClassName
{
border-color: #68847E;
}
.TagClassName
{
border-color: #68847E;
}
</style>