Shades of Rolling Stone #687A76
Tints of Rolling Stone #687A76
RGB
CMYK
RGB Variations
Color information
#687A76 (or 0x687A76) is known color: Rolling Stone. HEX triplet: 68, 7A and 76. RGB value is (104,122,118). Sum of RGB (Red+Green+Blue) = 104+122+118=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #687A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A76 is #978589. Grayscale: #747474. Windows color (decimal): -9930122 or 7764584. OLE color: 7764584.
HSL color Cylindrical-coordinate representation of color #687A76: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A76 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 118 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.52 |
| HSL | 166.67º | 0.08% | 0.44% | - |
| HSV(B) | 166.67º | 0.15% | 0.48% | - |
| XYZ | 15.94 | 18.17 | 19.81 | - |
| YUV | 116.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 118 | 0.15 | 0 | 0.03 | 0.52 | 166.67 | 0.08 | 0.44 |
| Hex | 68 | 7A | 76 | F | 0 | 3 | 34 | A7 | 8 | 2C |
| Octal | 150 | 172 | 166 | 17 | 0 | 3 | 64 | 247 | 10 | 54 |
| Binary | 1101000 | 1111010 | 1110110 | 1111 | 0 | 11 | 110100 | 10100111 | 1000 | 101100 |
Color Harmonies of #687A76
Complementary color
Monochromatic Colors of #687A76
Black with #687A76
Text Example
Text Example
White with #687A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A76; }
p { color: rgb(104,122,118); }
H1.HeaderClassName
{
color: #687A76;
}
.AnyTagClassName
{
color: #687A76;
}
</style>
background-color css
<style>
a { background-color: #687A76; }
a { background-color: rgb(104,122,118); }
div.DivClassName
{
background-color: #687A76;
}
.BgClassName
{
background-color: #687A76;
}
</style>
border-color css
<style>
span { border-color: #687A76; }
span { border-color: rgb(104,122,118); }
td.TdClassName
{
border-color: #687A76;
}
.TagClassName
{
border-color: #687A76;
}
</style>