Shades of Rolling Stone #6B7C78
Tints of Rolling Stone #6B7C78
RGB
CMYK
RGB Variations
Color information
#6B7C78 (or 0x6B7C78) is known color: Rolling Stone. HEX triplet: 6B, 7C and 78. RGB value is (107,124,120). Sum of RGB (Red+Green+Blue) = 107+124+120=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C78 is #948387. Grayscale: #767676. Windows color (decimal): -9733000 or 7896171. OLE color: 7896171.
HSL color Cylindrical-coordinate representation of color #6B7C78: hue angle of 165.88º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7C78 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 120 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.51 |
| HSL | 165.88º | 0.07% | 0.45% | - |
| HSV(B) | 165.88º | 0.14% | 0.49% | - |
| XYZ | 16.66 | 18.9 | 20.54 | - |
| YUV | 118.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 120 | 0.14 | 0 | 0.03 | 0.51 | 165.88 | 0.07 | 0.45 |
| Hex | 6B | 7C | 78 | E | 0 | 3 | 33 | A6 | 7 | 2D |
| Octal | 153 | 174 | 170 | 16 | 0 | 3 | 63 | 246 | 7 | 55 |
| Binary | 1101011 | 1111100 | 1111000 | 1110 | 0 | 11 | 110011 | 10100110 | 111 | 101101 |
Color Harmonies of #6B7C78
Complementary color
Monochromatic Colors of #6B7C78
Black with #6B7C78
Text Example
Text Example
White with #6B7C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C78; }
p { color: rgb(107,124,120); }
H1.HeaderClassName
{
color: #6B7C78;
}
.AnyTagClassName
{
color: #6B7C78;
}
</style>
background-color css
<style>
a { background-color: #6B7C78; }
a { background-color: rgb(107,124,120); }
div.DivClassName
{
background-color: #6B7C78;
}
.BgClassName
{
background-color: #6B7C78;
}
</style>
border-color css
<style>
span { border-color: #6B7C78; }
span { border-color: rgb(107,124,120); }
td.TdClassName
{
border-color: #6B7C78;
}
.TagClassName
{
border-color: #6B7C78;
}
</style>