Shades of Rolling Stone #687B77
Tints of Rolling Stone #687B77
RGB
CMYK
RGB Variations
Color information
#687B77 (or 0x687B77) is known color: Rolling Stone. HEX triplet: 68, 7B and 77. RGB value is (104,123,119). Sum of RGB (Red+Green+Blue) = 104+123+119=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 123 - color contains mainly: green. Hex color #687B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B77 is #978488. Grayscale: #747474. Windows color (decimal): -9929865 or 7830376. OLE color: 7830376.
HSL color Cylindrical-coordinate representation of color #687B77: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687B77 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 123 | 119 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.52 |
| HSL | 167.37º | 0.08% | 0.45% | - |
| HSV(B) | 167.37º | 0.15% | 0.48% | - |
| XYZ | 16.12 | 18.44 | 20.16 | - |
| YUV | 116.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 119 | 0.15 | 0 | 0.03 | 0.52 | 167.37 | 0.08 | 0.45 |
| Hex | 68 | 7B | 77 | F | 0 | 3 | 34 | A7 | 8 | 2D |
| Octal | 150 | 173 | 167 | 17 | 0 | 3 | 64 | 247 | 10 | 55 |
| Binary | 1101000 | 1111011 | 1110111 | 1111 | 0 | 11 | 110100 | 10100111 | 1000 | 101101 |
Color Harmonies of #687B77
Complementary color
Monochromatic Colors of #687B77
Black with #687B77
Text Example
Text Example
White with #687B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687B77; }
p { color: rgb(104,123,119); }
H1.HeaderClassName
{
color: #687B77;
}
.AnyTagClassName
{
color: #687B77;
}
</style>
background-color css
<style>
a { background-color: #687B77; }
a { background-color: rgb(104,123,119); }
div.DivClassName
{
background-color: #687B77;
}
.BgClassName
{
background-color: #687B77;
}
</style>
border-color css
<style>
span { border-color: #687B77; }
span { border-color: rgb(104,123,119); }
td.TdClassName
{
border-color: #687B77;
}
.TagClassName
{
border-color: #687B77;
}
</style>