Shades of Rolling Stone #747F7B
Tints of Rolling Stone #747F7B
RGB
CMYK
RGB Variations
Color information
#747F7B (or 0x747F7B) is known color: Rolling Stone. HEX triplet: 74, 7F and 7B. RGB value is (116,127,123). Sum of RGB (Red+Green+Blue) = 116+127+123=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 127 - color contains mainly: green. Hex color #747F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F7B is #8B8084. Grayscale: #7B7B7B. Windows color (decimal): -9142405 or 8093556. OLE color: 8093556.
HSL color Cylindrical-coordinate representation of color #747F7B: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747F7B is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 123 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.50 |
| HSL | 158.18º | 0.05% | 0.48% | - |
| HSV(B) | 158.18º | 0.09% | 0.5% | - |
| XYZ | 18.37 | 20.32 | 21.69 | - |
| YUV | 123.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 123 | 0.09 | 0 | 0.03 | 0.50 | 158.18 | 0.05 | 0.48 |
| Hex | 74 | 7F | 7B | 9 | 0 | 3 | 32 | 9E | 5 | 30 |
| Octal | 164 | 177 | 173 | 11 | 0 | 3 | 62 | 236 | 5 | 60 |
| Binary | 1110100 | 1111111 | 1111011 | 1001 | 0 | 11 | 110010 | 10011110 | 101 | 110000 |
Color Harmonies of #747F7B
Complementary color
Monochromatic Colors of #747F7B
Black with #747F7B
Text Example
Text Example
White with #747F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F7B; }
p { color: rgb(116,127,123); }
H1.HeaderClassName
{
color: #747F7B;
}
.AnyTagClassName
{
color: #747F7B;
}
</style>
background-color css
<style>
a { background-color: #747F7B; }
a { background-color: rgb(116,127,123); }
div.DivClassName
{
background-color: #747F7B;
}
.BgClassName
{
background-color: #747F7B;
}
</style>
border-color css
<style>
span { border-color: #747F7B; }
span { border-color: rgb(116,127,123); }
td.TdClassName
{
border-color: #747F7B;
}
.TagClassName
{
border-color: #747F7B;
}
</style>