Shades of Rolling Stone #677C77
Tints of Rolling Stone #677C77
RGB
CMYK
RGB Variations
Color information
#677C77 (or 0x677C77) is known color: Rolling Stone. HEX triplet: 67, 7C and 77. RGB value is (103,124,119). Sum of RGB (Red+Green+Blue) = 103+124+119=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 124 - color contains mainly: green. Hex color #677C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C77 is #988388. Grayscale: #757575. Windows color (decimal): -9995145 or 7830631. OLE color: 7830631.
HSL color Cylindrical-coordinate representation of color #677C77: hue angle of 165.71º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #677C77 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 119 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.51 |
| HSL | 165.71º | 0.09% | 0.45% | - |
| HSV(B) | 165.71º | 0.17% | 0.49% | - |
| XYZ | 16.13 | 18.63 | 20.2 | - |
| YUV | 117.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 119 | 0.17 | 0 | 0.04 | 0.51 | 165.71 | 0.09 | 0.45 |
| Hex | 67 | 7C | 77 | 11 | 0 | 4 | 33 | A6 | 9 | 2D |
| Octal | 147 | 174 | 167 | 21 | 0 | 4 | 63 | 246 | 11 | 55 |
| Binary | 1100111 | 1111100 | 1110111 | 10001 | 0 | 100 | 110011 | 10100110 | 1001 | 101101 |
Color Harmonies of #677C77
Complementary color
Monochromatic Colors of #677C77
Black with #677C77
Text Example
Text Example
White with #677C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C77; }
p { color: rgb(103,124,119); }
H1.HeaderClassName
{
color: #677C77;
}
.AnyTagClassName
{
color: #677C77;
}
</style>
background-color css
<style>
a { background-color: #677C77; }
a { background-color: rgb(103,124,119); }
div.DivClassName
{
background-color: #677C77;
}
.BgClassName
{
background-color: #677C77;
}
</style>
border-color css
<style>
span { border-color: #677C77; }
span { border-color: rgb(103,124,119); }
td.TdClassName
{
border-color: #677C77;
}
.TagClassName
{
border-color: #677C77;
}
</style>