Shades of Rolling Stone #6A7C78
Tints of Rolling Stone #6A7C78
RGB
CMYK
RGB Variations
Color information
#6A7C78 (or 0x6A7C78) is known color: Rolling Stone. HEX triplet: 6A, 7C and 78. RGB value is (106,124,120). Sum of RGB (Red+Green+Blue) = 106+124+120=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7C78 is #958387. Grayscale: #767676. Windows color (decimal): -9798536 or 7896170. OLE color: 7896170.
HSL color Cylindrical-coordinate representation of color #6A7C78: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A7C78 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 120 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.51 |
| HSL | 166.67º | 0.08% | 0.45% | - |
| HSV(B) | 166.67º | 0.15% | 0.49% | - |
| XYZ | 16.54 | 18.84 | 20.53 | - |
| YUV | 118.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 120 | 0.15 | 0 | 0.03 | 0.51 | 166.67 | 0.08 | 0.45 |
| Hex | 6A | 7C | 78 | F | 0 | 3 | 33 | A7 | 8 | 2D |
| Octal | 152 | 174 | 170 | 17 | 0 | 3 | 63 | 247 | 10 | 55 |
| Binary | 1101010 | 1111100 | 1111000 | 1111 | 0 | 11 | 110011 | 10100111 | 1000 | 101101 |
Color Harmonies of #6A7C78
Complementary color
Monochromatic Colors of #6A7C78
Black with #6A7C78
Text Example
Text Example
White with #6A7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C78; }
p { color: rgb(106,124,120); }
H1.HeaderClassName
{
color: #6A7C78;
}
.AnyTagClassName
{
color: #6A7C78;
}
</style>
background-color css
<style>
a { background-color: #6A7C78; }
a { background-color: rgb(106,124,120); }
div.DivClassName
{
background-color: #6A7C78;
}
.BgClassName
{
background-color: #6A7C78;
}
</style>
border-color css
<style>
span { border-color: #6A7C78; }
span { border-color: rgb(106,124,120); }
td.TdClassName
{
border-color: #6A7C78;
}
.TagClassName
{
border-color: #6A7C78;
}
</style>