Shades of Rolling Stone #677E78
Tints of Rolling Stone #677E78
RGB
CMYK
RGB Variations
Color information
#677E78 (or 0x677E78) is known color: Rolling Stone. HEX triplet: 67, 7E and 78. RGB value is (103,126,120). Sum of RGB (Red+Green+Blue) = 103+126+120=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 126 - color contains mainly: green. Hex color #677E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677E78 is #988187. Grayscale: #767676. Windows color (decimal): -9994632 or 7896679. OLE color: 7896679.
HSL color Cylindrical-coordinate representation of color #677E78: hue angle of 164.35º 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 #677E78 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 120 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.51 |
| HSL | 164.35º | 0.1% | 0.45% | - |
| HSV(B) | 164.35º | 0.18% | 0.49% | - |
| XYZ | 16.44 | 19.16 | 20.6 | - |
| YUV | 118.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 120 | 0.18 | 0 | 0.05 | 0.51 | 164.35 | 0.1 | 0.45 |
| Hex | 67 | 7E | 78 | 12 | 0 | 5 | 33 | A4 | A | 2D |
| Octal | 147 | 176 | 170 | 22 | 0 | 5 | 63 | 244 | 12 | 55 |
| Binary | 1100111 | 1111110 | 1111000 | 10010 | 0 | 101 | 110011 | 10100100 | 1010 | 101101 |
Color Harmonies of #677E78
Complementary color
Monochromatic Colors of #677E78
Black with #677E78
Text Example
Text Example
White with #677E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E78; }
p { color: rgb(103,126,120); }
H1.HeaderClassName
{
color: #677E78;
}
.AnyTagClassName
{
color: #677E78;
}
</style>
background-color css
<style>
a { background-color: #677E78; }
a { background-color: rgb(103,126,120); }
div.DivClassName
{
background-color: #677E78;
}
.BgClassName
{
background-color: #677E78;
}
</style>
border-color css
<style>
span { border-color: #677E78; }
span { border-color: rgb(103,126,120); }
td.TdClassName
{
border-color: #677E78;
}
.TagClassName
{
border-color: #677E78;
}
</style>