Shades of Rolling Stone #687C76
Tints of Rolling Stone #687C76
RGB
CMYK
RGB Variations
Color information
#687C76 (or 0x687C76) is known color: Rolling Stone. HEX triplet: 68, 7C and 76. RGB value is (104,124,118). Sum of RGB (Red+Green+Blue) = 104+124+118=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #687C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C76 is #978389. Grayscale: #757575. Windows color (decimal): -9929610 or 7765096. OLE color: 7765096.
HSL color Cylindrical-coordinate representation of color #687C76: hue angle of 162º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687C76 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 118 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.51 |
| HSL | 162º | 0.09% | 0.45% | - |
| HSV(B) | 162º | 0.16% | 0.49% | - |
| XYZ | 16.19 | 18.67 | 19.89 | - |
| YUV | 117.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 118 | 0.16 | 0 | 0.05 | 0.51 | 162 | 0.09 | 0.45 |
| Hex | 68 | 7C | 76 | 10 | 0 | 5 | 33 | A2 | 9 | 2D |
| Octal | 150 | 174 | 166 | 20 | 0 | 5 | 63 | 242 | 11 | 55 |
| Binary | 1101000 | 1111100 | 1110110 | 10000 | 0 | 101 | 110011 | 10100010 | 1001 | 101101 |
Color Harmonies of #687C76
Complementary color
Monochromatic Colors of #687C76
Black with #687C76
Text Example
Text Example
White with #687C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C76; }
p { color: rgb(104,124,118); }
H1.HeaderClassName
{
color: #687C76;
}
.AnyTagClassName
{
color: #687C76;
}
</style>
background-color css
<style>
a { background-color: #687C76; }
a { background-color: rgb(104,124,118); }
div.DivClassName
{
background-color: #687C76;
}
.BgClassName
{
background-color: #687C76;
}
</style>
border-color css
<style>
span { border-color: #687C76; }
span { border-color: rgb(104,124,118); }
td.TdClassName
{
border-color: #687C76;
}
.TagClassName
{
border-color: #687C76;
}
</style>