Shades of Rolling Stone #667875
Tints of Rolling Stone #667875
RGB
CMYK
RGB Variations
Color information
#667875 (or 0x667875) is known color: Rolling Stone. HEX triplet: 66, 78 and 75. RGB value is (102,120,117). Sum of RGB (Red+Green+Blue) = 102+120+117=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #667875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667875 is #99878A. Grayscale: #727272. Windows color (decimal): -10061707 or 7698534. OLE color: 7698534.
HSL color Cylindrical-coordinate representation of color #667875: hue angle of 170º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667875 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 117 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.53 |
| HSL | 170º | 0.08% | 0.44% | - |
| HSV(B) | 170º | 0.15% | 0.47% | - |
| XYZ | 15.41 | 17.54 | 19.4 | - |
| YUV | 114.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 117 | 0.15 | 0 | 0.02 | 0.53 | 170 | 0.08 | 0.44 |
| Hex | 66 | 78 | 75 | F | 0 | 2 | 35 | AA | 8 | 2C |
| Octal | 146 | 170 | 165 | 17 | 0 | 2 | 65 | 252 | 10 | 54 |
| Binary | 1100110 | 1111000 | 1110101 | 1111 | 0 | 10 | 110101 | 10101010 | 1000 | 101100 |
Color Harmonies of #667875
Complementary color
Monochromatic Colors of #667875
Black with #667875
Text Example
Text Example
White with #667875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667875; }
p { color: rgb(102,120,117); }
H1.HeaderClassName
{
color: #667875;
}
.AnyTagClassName
{
color: #667875;
}
</style>
background-color css
<style>
a { background-color: #667875; }
a { background-color: rgb(102,120,117); }
div.DivClassName
{
background-color: #667875;
}
.BgClassName
{
background-color: #667875;
}
</style>
border-color css
<style>
span { border-color: #667875; }
span { border-color: rgb(102,120,117); }
td.TdClassName
{
border-color: #667875;
}
.TagClassName
{
border-color: #667875;
}
</style>