Shades of Rolling Stone #677D77
Tints of Rolling Stone #677D77
RGB
CMYK
RGB Variations
Color information
#677D77 (or 0x677D77) is known color: Rolling Stone. HEX triplet: 67, 7D and 77. RGB value is (103,125,119). Sum of RGB (Red+Green+Blue) = 103+125+119=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 125 - color contains mainly: green. Hex color #677D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677D77 is #988288. Grayscale: #757575. Windows color (decimal): -9994889 or 7830887. OLE color: 7830887.
HSL color Cylindrical-coordinate representation of color #677D77: hue angle of 163.64º 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 #677D77 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 125 | 119 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.51 |
| HSL | 163.64º | 0.1% | 0.45% | - |
| HSV(B) | 163.64º | 0.18% | 0.49% | - |
| XYZ | 16.26 | 18.88 | 20.24 | - |
| YUV | 117.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 125 | 119 | 0.18 | 0 | 0.05 | 0.51 | 163.64 | 0.1 | 0.45 |
| Hex | 67 | 7D | 77 | 12 | 0 | 5 | 33 | A4 | A | 2D |
| Octal | 147 | 175 | 167 | 22 | 0 | 5 | 63 | 244 | 12 | 55 |
| Binary | 1100111 | 1111101 | 1110111 | 10010 | 0 | 101 | 110011 | 10100100 | 1010 | 101101 |
Color Harmonies of #677D77
Complementary color
Monochromatic Colors of #677D77
Black with #677D77
Text Example
Text Example
White with #677D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677D77; }
p { color: rgb(103,125,119); }
H1.HeaderClassName
{
color: #677D77;
}
.AnyTagClassName
{
color: #677D77;
}
</style>
background-color css
<style>
a { background-color: #677D77; }
a { background-color: rgb(103,125,119); }
div.DivClassName
{
background-color: #677D77;
}
.BgClassName
{
background-color: #677D77;
}
</style>
border-color css
<style>
span { border-color: #677D77; }
span { border-color: rgb(103,125,119); }
td.TdClassName
{
border-color: #677D77;
}
.TagClassName
{
border-color: #677D77;
}
</style>