Shades of Rolling Stone #697F7D
Tints of Rolling Stone #697F7D
RGB
CMYK
RGB Variations
Color information
#697F7D (or 0x697F7D) is known color: Rolling Stone. HEX triplet: 69, 7F and 7D. RGB value is (105,127,125). Sum of RGB (Red+Green+Blue) = 105+127+125=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 127 - color contains mainly: green. Hex color #697F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F7D is #968082. Grayscale: #787878. Windows color (decimal): -9863299 or 8224617. OLE color: 8224617.
HSL color Cylindrical-coordinate representation of color #697F7D: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697F7D is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 125 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.50 |
| HSL | 174.55º | 0.09% | 0.45% | - |
| HSV(B) | 174.55º | 0.17% | 0.5% | - |
| XYZ | 17.12 | 19.66 | 22.3 | - |
| YUV | 120.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 125 | 0.17 | 0 | 0.02 | 0.50 | 174.55 | 0.09 | 0.45 |
| Hex | 69 | 7F | 7D | 11 | 0 | 2 | 32 | AF | 9 | 2D |
| Octal | 151 | 177 | 175 | 21 | 0 | 2 | 62 | 257 | 11 | 55 |
| Binary | 1101001 | 1111111 | 1111101 | 10001 | 0 | 10 | 110010 | 10101111 | 1001 | 101101 |
Color Harmonies of #697F7D
Complementary color
Monochromatic Colors of #697F7D
Black with #697F7D
Text Example
Text Example
White with #697F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F7D; }
p { color: rgb(105,127,125); }
H1.HeaderClassName
{
color: #697F7D;
}
.AnyTagClassName
{
color: #697F7D;
}
</style>
background-color css
<style>
a { background-color: #697F7D; }
a { background-color: rgb(105,127,125); }
div.DivClassName
{
background-color: #697F7D;
}
.BgClassName
{
background-color: #697F7D;
}
</style>
border-color css
<style>
span { border-color: #697F7D; }
span { border-color: rgb(105,127,125); }
td.TdClassName
{
border-color: #697F7D;
}
.TagClassName
{
border-color: #697F7D;
}
</style>