Shades of Rolling Stone #677E79
Tints of Rolling Stone #677E79
RGB
CMYK
RGB Variations
Color information
#677E79 (or 0x677E79) is known color: Rolling Stone. HEX triplet: 67, 7E and 79. RGB value is (103,126,121). Sum of RGB (Red+Green+Blue) = 103+126+121=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 126 - color contains mainly: green. Hex color #677E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677E79 is #988186. Grayscale: #767676. Windows color (decimal): -9994631 or 7962215. OLE color: 7962215.
HSL color Cylindrical-coordinate representation of color #677E79: hue angle of 166.96º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677E79 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 121 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.51 |
| HSL | 166.96º | 0.1% | 0.45% | - |
| HSV(B) | 166.96º | 0.18% | 0.49% | - |
| XYZ | 16.51 | 19.19 | 20.92 | - |
| YUV | 118.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 121 | 0.18 | 0 | 0.04 | 0.51 | 166.96 | 0.1 | 0.45 |
| Hex | 67 | 7E | 79 | 12 | 0 | 4 | 33 | A7 | A | 2D |
| Octal | 147 | 176 | 171 | 22 | 0 | 4 | 63 | 247 | 12 | 55 |
| Binary | 1100111 | 1111110 | 1111001 | 10010 | 0 | 100 | 110011 | 10100111 | 1010 | 101101 |
Color Harmonies of #677E79
Complementary color
Monochromatic Colors of #677E79
Black with #677E79
Text Example
Text Example
White with #677E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E79; }
p { color: rgb(103,126,121); }
H1.HeaderClassName
{
color: #677E79;
}
.AnyTagClassName
{
color: #677E79;
}
</style>
background-color css
<style>
a { background-color: #677E79; }
a { background-color: rgb(103,126,121); }
div.DivClassName
{
background-color: #677E79;
}
.BgClassName
{
background-color: #677E79;
}
</style>
border-color css
<style>
span { border-color: #677E79; }
span { border-color: rgb(103,126,121); }
td.TdClassName
{
border-color: #677E79;
}
.TagClassName
{
border-color: #677E79;
}
</style>