Shades of Rolling Stone #697C7C
Tints of Rolling Stone #697C7C
RGB
CMYK
RGB Variations
Color information
#697C7C (or 0x697C7C) is known color: Rolling Stone. HEX triplet: 69, 7C and 7C. RGB value is (105,124,124). Sum of RGB (Red+Green+Blue) = 105+124+124=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #697C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C7C is #968383. Grayscale: #767676. Windows color (decimal): -9864068 or 8158313. OLE color: 8158313.
HSL color Cylindrical-coordinate representation of color #697C7C: hue angle of 180º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697C7C is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 124 | - |
| CMYK | 0.15 | 0 | 0 | 0.51 |
| HSL | 180º | 0.08% | 0.45% | - |
| HSV(B) | 180º | 0.15% | 0.49% | - |
| XYZ | 16.67 | 18.87 | 21.83 | - |
| YUV | 118.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 124 | 0.15 | 0 | 0 | 0.51 | 180 | 0.08 | 0.45 |
| Hex | 69 | 7C | 7C | F | 0 | 0 | 33 | B4 | 8 | 2D |
| Octal | 151 | 174 | 174 | 17 | 0 | 0 | 63 | 264 | 10 | 55 |
| Binary | 1101001 | 1111100 | 1111100 | 1111 | 0 | 0 | 110011 | 10110100 | 1000 | 101101 |
Color Harmonies of #697C7C
Complementary color
Monochromatic Colors of #697C7C
Black with #697C7C
Text Example
Text Example
White with #697C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C7C; }
p { color: rgb(105,124,124); }
H1.HeaderClassName
{
color: #697C7C;
}
.AnyTagClassName
{
color: #697C7C;
}
</style>
background-color css
<style>
a { background-color: #697C7C; }
a { background-color: rgb(105,124,124); }
div.DivClassName
{
background-color: #697C7C;
}
.BgClassName
{
background-color: #697C7C;
}
</style>
border-color css
<style>
span { border-color: #697C7C; }
span { border-color: rgb(105,124,124); }
td.TdClassName
{
border-color: #697C7C;
}
.TagClassName
{
border-color: #697C7C;
}
</style>