Shades of Rolling Stone #747A78
Tints of Rolling Stone #747A78
RGB
CMYK
RGB Variations
Color information
#747A78 (or 0x747A78) is known color: Rolling Stone. HEX triplet: 74, 7A and 78. RGB value is (116,122,120). Sum of RGB (Red+Green+Blue) = 116+122+120=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 122 - color contains mainly: green. Hex color #747A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747A78 is #8B8587. Grayscale: #777777. Windows color (decimal): -9143688 or 7895668. OLE color: 7895668.
HSL color Cylindrical-coordinate representation of color #747A78: hue angle of 160º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #747A78 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 122 | 120 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.52 |
| HSL | 160º | 0.03% | 0.47% | - |
| HSV(B) | 160º | 0.05% | 0.48% | - |
| XYZ | 17.55 | 18.99 | 20.51 | - |
| YUV | 119.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 122 | 120 | 0.05 | 0 | 0.02 | 0.52 | 160 | 0.03 | 0.47 |
| Hex | 74 | 7A | 78 | 5 | 0 | 2 | 34 | A0 | 3 | 2F |
| Octal | 164 | 172 | 170 | 5 | 0 | 2 | 64 | 240 | 3 | 57 |
| Binary | 1110100 | 1111010 | 1111000 | 101 | 0 | 10 | 110100 | 10100000 | 11 | 101111 |
Color Harmonies of #747A78
Complementary color
Monochromatic Colors of #747A78
Black with #747A78
Text Example
Text Example
White with #747A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747A78; }
p { color: rgb(116,122,120); }
H1.HeaderClassName
{
color: #747A78;
}
.AnyTagClassName
{
color: #747A78;
}
</style>
background-color css
<style>
a { background-color: #747A78; }
a { background-color: rgb(116,122,120); }
div.DivClassName
{
background-color: #747A78;
}
.BgClassName
{
background-color: #747A78;
}
</style>
border-color css
<style>
span { border-color: #747A78; }
span { border-color: rgb(116,122,120); }
td.TdClassName
{
border-color: #747A78;
}
.TagClassName
{
border-color: #747A78;
}
</style>