Shades of Rolling Stone #697F78
Tints of Rolling Stone #697F78
RGB
CMYK
RGB Variations
Color information
#697F78 (or 0x697F78) is known color: Rolling Stone. HEX triplet: 69, 7F and 78. RGB value is (105,127,120). Sum of RGB (Red+Green+Blue) = 105+127+120=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #697F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F78 is #968087. Grayscale: #777777. Windows color (decimal): -9863304 or 7896937. OLE color: 7896937.
HSL color Cylindrical-coordinate representation of color #697F78: hue angle of 160.91º 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 #697F78 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 120 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.50 |
| HSL | 160.91º | 0.09% | 0.45% | - |
| HSV(B) | 160.91º | 0.17% | 0.5% | - |
| XYZ | 16.81 | 19.54 | 20.65 | - |
| YUV | 119.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 120 | 0.17 | 0 | 0.06 | 0.50 | 160.91 | 0.09 | 0.45 |
| Hex | 69 | 7F | 78 | 11 | 0 | 6 | 32 | A1 | 9 | 2D |
| Octal | 151 | 177 | 170 | 21 | 0 | 6 | 62 | 241 | 11 | 55 |
| Binary | 1101001 | 1111111 | 1111000 | 10001 | 0 | 110 | 110010 | 10100001 | 1001 | 101101 |
Color Harmonies of #697F78
Complementary color
Monochromatic Colors of #697F78
Black with #697F78
Text Example
Text Example
White with #697F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F78; }
p { color: rgb(105,127,120); }
H1.HeaderClassName
{
color: #697F78;
}
.AnyTagClassName
{
color: #697F78;
}
</style>
background-color css
<style>
a { background-color: #697F78; }
a { background-color: rgb(105,127,120); }
div.DivClassName
{
background-color: #697F78;
}
.BgClassName
{
background-color: #697F78;
}
</style>
border-color css
<style>
span { border-color: #697F78; }
span { border-color: rgb(105,127,120); }
td.TdClassName
{
border-color: #697F78;
}
.TagClassName
{
border-color: #697F78;
}
</style>