Shades of Rolling Stone #697B75
Tints of Rolling Stone #697B75
RGB
CMYK
RGB Variations
Color information
#697B75 (or 0x697B75) is known color: Rolling Stone. HEX triplet: 69, 7B and 75. RGB value is (105,123,117). Sum of RGB (Red+Green+Blue) = 105+123+117=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 123 - color contains mainly: green. Hex color #697B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B75 is #96848A. Grayscale: #747474. Windows color (decimal): -9864331 or 7699305. OLE color: 7699305.
HSL color Cylindrical-coordinate representation of color #697B75: hue angle of 160º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697B75 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 117 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.52 |
| HSL | 160º | 0.08% | 0.45% | - |
| HSV(B) | 160º | 0.15% | 0.48% | - |
| XYZ | 16.12 | 18.45 | 19.54 | - |
| YUV | 116.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 117 | 0.15 | 0 | 0.05 | 0.52 | 160 | 0.08 | 0.45 |
| Hex | 69 | 7B | 75 | F | 0 | 5 | 34 | A0 | 8 | 2D |
| Octal | 151 | 173 | 165 | 17 | 0 | 5 | 64 | 240 | 10 | 55 |
| Binary | 1101001 | 1111011 | 1110101 | 1111 | 0 | 101 | 110100 | 10100000 | 1000 | 101101 |
Color Harmonies of #697B75
Complementary color
Monochromatic Colors of #697B75
Black with #697B75
Text Example
Text Example
White with #697B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B75; }
p { color: rgb(105,123,117); }
H1.HeaderClassName
{
color: #697B75;
}
.AnyTagClassName
{
color: #697B75;
}
</style>
background-color css
<style>
a { background-color: #697B75; }
a { background-color: rgb(105,123,117); }
div.DivClassName
{
background-color: #697B75;
}
.BgClassName
{
background-color: #697B75;
}
</style>
border-color css
<style>
span { border-color: #697B75; }
span { border-color: rgb(105,123,117); }
td.TdClassName
{
border-color: #697B75;
}
.TagClassName
{
border-color: #697B75;
}
</style>