Shades of Rolling Stone #677F79
Tints of Rolling Stone #677F79
RGB
CMYK
RGB Variations
Color information
#677F79 (or 0x677F79) is known color: Rolling Stone. HEX triplet: 67, 7F and 79. RGB value is (103,127,121). Sum of RGB (Red+Green+Blue) = 103+127+121=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #677F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677F79 is #988086. Grayscale: #777777. Windows color (decimal): -9994375 or 7962471. OLE color: 7962471.
HSL color Cylindrical-coordinate representation of color #677F79: hue angle of 165º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #677F79 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 121 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.50 |
| HSL | 165º | 0.1% | 0.45% | - |
| HSV(B) | 165º | 0.19% | 0.5% | - |
| XYZ | 16.63 | 19.44 | 20.97 | - |
| YUV | 119.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 121 | 0.19 | 0 | 0.05 | 0.50 | 165 | 0.1 | 0.45 |
| Hex | 67 | 7F | 79 | 13 | 0 | 5 | 32 | A5 | A | 2D |
| Octal | 147 | 177 | 171 | 23 | 0 | 5 | 62 | 245 | 12 | 55 |
| Binary | 1100111 | 1111111 | 1111001 | 10011 | 0 | 101 | 110010 | 10100101 | 1010 | 101101 |
Color Harmonies of #677F79
Complementary color
Monochromatic Colors of #677F79
Black with #677F79
Text Example
Text Example
White with #677F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F79; }
p { color: rgb(103,127,121); }
H1.HeaderClassName
{
color: #677F79;
}
.AnyTagClassName
{
color: #677F79;
}
</style>
background-color css
<style>
a { background-color: #677F79; }
a { background-color: rgb(103,127,121); }
div.DivClassName
{
background-color: #677F79;
}
.BgClassName
{
background-color: #677F79;
}
</style>
border-color css
<style>
span { border-color: #677F79; }
span { border-color: rgb(103,127,121); }
td.TdClassName
{
border-color: #677F79;
}
.TagClassName
{
border-color: #677F79;
}
</style>