Shades of Rolling Stone #697E78
Tints of Rolling Stone #697E78
RGB
CMYK
RGB Variations
Color information
#697E78 (or 0x697E78) is known color: Rolling Stone. HEX triplet: 69, 7E and 78. RGB value is (105,126,120). Sum of RGB (Red+Green+Blue) = 105+126+120=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #697E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E78 is #968187. Grayscale: #777777. Windows color (decimal): -9863560 or 7896681. OLE color: 7896681.
HSL color Cylindrical-coordinate representation of color #697E78: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697E78 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 120 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.51 |
| HSL | 162.86º | 0.09% | 0.45% | - |
| HSV(B) | 162.86º | 0.17% | 0.49% | - |
| XYZ | 16.68 | 19.28 | 20.61 | - |
| YUV | 119.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 120 | 0.17 | 0 | 0.05 | 0.51 | 162.86 | 0.09 | 0.45 |
| Hex | 69 | 7E | 78 | 11 | 0 | 5 | 33 | A3 | 9 | 2D |
| Octal | 151 | 176 | 170 | 21 | 0 | 5 | 63 | 243 | 11 | 55 |
| Binary | 1101001 | 1111110 | 1111000 | 10001 | 0 | 101 | 110011 | 10100011 | 1001 | 101101 |
Color Harmonies of #697E78
Complementary color
Monochromatic Colors of #697E78
Black with #697E78
Text Example
Text Example
White with #697E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E78; }
p { color: rgb(105,126,120); }
H1.HeaderClassName
{
color: #697E78;
}
.AnyTagClassName
{
color: #697E78;
}
</style>
background-color css
<style>
a { background-color: #697E78; }
a { background-color: rgb(105,126,120); }
div.DivClassName
{
background-color: #697E78;
}
.BgClassName
{
background-color: #697E78;
}
</style>
border-color css
<style>
span { border-color: #697E78; }
span { border-color: rgb(105,126,120); }
td.TdClassName
{
border-color: #697E78;
}
.TagClassName
{
border-color: #697E78;
}
</style>