Shades of Rolling Stone #697C78
Tints of Rolling Stone #697C78
RGB
CMYK
RGB Variations
Color information
#697C78 (or 0x697C78) is known color: Rolling Stone. HEX triplet: 69, 7C and 78. RGB value is (105,124,120). Sum of RGB (Red+Green+Blue) = 105+124+120=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #697C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C78 is #968387. Grayscale: #757575. Windows color (decimal): -9864072 or 7896169. OLE color: 7896169.
HSL color Cylindrical-coordinate representation of color #697C78: hue angle of 167.37º 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 #697C78 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 120 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.51 |
| HSL | 167.37º | 0.08% | 0.45% | - |
| HSV(B) | 167.37º | 0.15% | 0.49% | - |
| XYZ | 16.42 | 18.77 | 20.53 | - |
| YUV | 117.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 120 | 0.15 | 0 | 0.03 | 0.51 | 167.37 | 0.08 | 0.45 |
| Hex | 69 | 7C | 78 | F | 0 | 3 | 33 | A7 | 8 | 2D |
| Octal | 151 | 174 | 170 | 17 | 0 | 3 | 63 | 247 | 10 | 55 |
| Binary | 1101001 | 1111100 | 1111000 | 1111 | 0 | 11 | 110011 | 10100111 | 1000 | 101101 |
Color Harmonies of #697C78
Complementary color
Monochromatic Colors of #697C78
Black with #697C78
Text Example
Text Example
White with #697C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C78; }
p { color: rgb(105,124,120); }
H1.HeaderClassName
{
color: #697C78;
}
.AnyTagClassName
{
color: #697C78;
}
</style>
background-color css
<style>
a { background-color: #697C78; }
a { background-color: rgb(105,124,120); }
div.DivClassName
{
background-color: #697C78;
}
.BgClassName
{
background-color: #697C78;
}
</style>
border-color css
<style>
span { border-color: #697C78; }
span { border-color: rgb(105,124,120); }
td.TdClassName
{
border-color: #697C78;
}
.TagClassName
{
border-color: #697C78;
}
</style>