Shades of Rolling Stone #697E7A
Tints of Rolling Stone #697E7A
RGB
CMYK
RGB Variations
Color information
#697E7A (or 0x697E7A) is known color: Rolling Stone. HEX triplet: 69, 7E and 7A. RGB value is (105,126,122). Sum of RGB (Red+Green+Blue) = 105+126+122=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 126 - color contains mainly: green. Hex color #697E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E7A is #968185. Grayscale: #777777. Windows color (decimal): -9863558 or 8027753. OLE color: 8027753.
HSL color Cylindrical-coordinate representation of color #697E7A: hue angle of 168.57º 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 #697E7A is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 122 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.51 |
| HSL | 168.57º | 0.09% | 0.45% | - |
| HSV(B) | 168.57º | 0.17% | 0.49% | - |
| XYZ | 16.8 | 19.33 | 21.26 | - |
| YUV | 119.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 122 | 0.17 | 0 | 0.03 | 0.51 | 168.57 | 0.09 | 0.45 |
| Hex | 69 | 7E | 7A | 11 | 0 | 3 | 33 | A9 | 9 | 2D |
| Octal | 151 | 176 | 172 | 21 | 0 | 3 | 63 | 251 | 11 | 55 |
| Binary | 1101001 | 1111110 | 1111010 | 10001 | 0 | 11 | 110011 | 10101001 | 1001 | 101101 |
Color Harmonies of #697E7A
Complementary color
Monochromatic Colors of #697E7A
Black with #697E7A
Text Example
Text Example
White with #697E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E7A; }
p { color: rgb(105,126,122); }
H1.HeaderClassName
{
color: #697E7A;
}
.AnyTagClassName
{
color: #697E7A;
}
</style>
background-color css
<style>
a { background-color: #697E7A; }
a { background-color: rgb(105,126,122); }
div.DivClassName
{
background-color: #697E7A;
}
.BgClassName
{
background-color: #697E7A;
}
</style>
border-color css
<style>
span { border-color: #697E7A; }
span { border-color: rgb(105,126,122); }
td.TdClassName
{
border-color: #697E7A;
}
.TagClassName
{
border-color: #697E7A;
}
</style>