Shades of Rolling Stone #667C76
Tints of Rolling Stone #667C76
RGB
CMYK
RGB Variations
Color information
#667C76 (or 0x667C76) is known color: Rolling Stone. HEX triplet: 66, 7C and 76. RGB value is (102,124,118). Sum of RGB (Red+Green+Blue) = 102+124+118=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #667C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C76 is #998389. Grayscale: #747474. Windows color (decimal): -10060682 or 7765094. OLE color: 7765094.
HSL color Cylindrical-coordinate representation of color #667C76: hue angle of 163.64º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C76 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 118 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.51 |
| HSL | 163.64º | 0.1% | 0.44% | - |
| HSV(B) | 163.64º | 0.18% | 0.49% | - |
| XYZ | 15.96 | 18.55 | 19.88 | - |
| YUV | 116.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 118 | 0.18 | 0 | 0.05 | 0.51 | 163.64 | 0.1 | 0.44 |
| Hex | 66 | 7C | 76 | 12 | 0 | 5 | 33 | A4 | A | 2C |
| Octal | 146 | 174 | 166 | 22 | 0 | 5 | 63 | 244 | 12 | 54 |
| Binary | 1100110 | 1111100 | 1110110 | 10010 | 0 | 101 | 110011 | 10100100 | 1010 | 101100 |
Color Harmonies of #667C76
Complementary color
Monochromatic Colors of #667C76
Black with #667C76
Text Example
Text Example
White with #667C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C76; }
p { color: rgb(102,124,118); }
H1.HeaderClassName
{
color: #667C76;
}
.AnyTagClassName
{
color: #667C76;
}
</style>
background-color css
<style>
a { background-color: #667C76; }
a { background-color: rgb(102,124,118); }
div.DivClassName
{
background-color: #667C76;
}
.BgClassName
{
background-color: #667C76;
}
</style>
border-color css
<style>
span { border-color: #667C76; }
span { border-color: rgb(102,124,118); }
td.TdClassName
{
border-color: #667C76;
}
.TagClassName
{
border-color: #667C76;
}
</style>