Shades of Rolling Stone #667E7C
Tints of Rolling Stone #667E7C
RGB
CMYK
RGB Variations
Color information
#667E7C (or 0x667E7C) is known color: Rolling Stone. HEX triplet: 66, 7E and 7C. RGB value is (102,126,124). Sum of RGB (Red+Green+Blue) = 102+126+124=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 126 - color contains mainly: green. Hex color #667E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E7C is #998183. Grayscale: #767676. Windows color (decimal): -10060164 or 8158822. OLE color: 8158822.
HSL color Cylindrical-coordinate representation of color #667E7C: hue angle of 175º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #667E7C is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 124 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.51 |
| HSL | 175º | 0.11% | 0.45% | - |
| HSV(B) | 175º | 0.19% | 0.49% | - |
| XYZ | 16.58 | 19.2 | 21.9 | - |
| YUV | 118.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 124 | 0.19 | 0 | 0.02 | 0.51 | 175 | 0.11 | 0.45 |
| Hex | 66 | 7E | 7C | 13 | 0 | 2 | 33 | AF | B | 2D |
| Octal | 146 | 176 | 174 | 23 | 0 | 2 | 63 | 257 | 13 | 55 |
| Binary | 1100110 | 1111110 | 1111100 | 10011 | 0 | 10 | 110011 | 10101111 | 1011 | 101101 |
Color Harmonies of #667E7C
Complementary color
Monochromatic Colors of #667E7C
Black with #667E7C
Text Example
Text Example
White with #667E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E7C; }
p { color: rgb(102,126,124); }
H1.HeaderClassName
{
color: #667E7C;
}
.AnyTagClassName
{
color: #667E7C;
}
</style>
background-color css
<style>
a { background-color: #667E7C; }
a { background-color: rgb(102,126,124); }
div.DivClassName
{
background-color: #667E7C;
}
.BgClassName
{
background-color: #667E7C;
}
</style>
border-color css
<style>
span { border-color: #667E7C; }
span { border-color: rgb(102,126,124); }
td.TdClassName
{
border-color: #667E7C;
}
.TagClassName
{
border-color: #667E7C;
}
</style>