Shades of Rolling Stone #677A76
Tints of Rolling Stone #677A76
RGB
CMYK
RGB Variations
Color information
#677A76 (or 0x677A76) is known color: Rolling Stone. HEX triplet: 67, 7A and 76. RGB value is (103,122,118). Sum of RGB (Red+Green+Blue) = 103+122+118=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #677A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A76 is #988589. Grayscale: #737373. Windows color (decimal): -9995658 or 7764583. OLE color: 7764583.
HSL color Cylindrical-coordinate representation of color #677A76: hue angle of 167.37º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677A76 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 122 | 118 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.52 |
| HSL | 167.37º | 0.08% | 0.44% | - |
| HSV(B) | 167.37º | 0.16% | 0.48% | - |
| XYZ | 15.82 | 18.11 | 19.8 | - |
| YUV | 115.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 118 | 0.16 | 0 | 0.03 | 0.52 | 167.37 | 0.08 | 0.44 |
| Hex | 67 | 7A | 76 | 10 | 0 | 3 | 34 | A7 | 8 | 2C |
| Octal | 147 | 172 | 166 | 20 | 0 | 3 | 64 | 247 | 10 | 54 |
| Binary | 1100111 | 1111010 | 1110110 | 10000 | 0 | 11 | 110100 | 10100111 | 1000 | 101100 |
Color Harmonies of #677A76
Complementary color
Monochromatic Colors of #677A76
Black with #677A76
Text Example
Text Example
White with #677A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A76; }
p { color: rgb(103,122,118); }
H1.HeaderClassName
{
color: #677A76;
}
.AnyTagClassName
{
color: #677A76;
}
</style>
background-color css
<style>
a { background-color: #677A76; }
a { background-color: rgb(103,122,118); }
div.DivClassName
{
background-color: #677A76;
}
.BgClassName
{
background-color: #677A76;
}
</style>
border-color css
<style>
span { border-color: #677A76; }
span { border-color: rgb(103,122,118); }
td.TdClassName
{
border-color: #677A76;
}
.TagClassName
{
border-color: #677A76;
}
</style>