Shades of Rolling Stone #747C7B
Tints of Rolling Stone #747C7B
RGB
CMYK
RGB Variations
Color information
#747C7B (or 0x747C7B) is known color: Rolling Stone. HEX triplet: 74, 7C and 7B. RGB value is (116,124,123). Sum of RGB (Red+Green+Blue) = 116+124+123=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 124 - color contains mainly: green. Hex color #747C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C7B is #8B8384. Grayscale: #797979. Windows color (decimal): -9143173 or 8092788. OLE color: 8092788.
HSL color Cylindrical-coordinate representation of color #747C7B: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #747C7B is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 123 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.51 |
| HSL | 172.5º | 0.03% | 0.47% | - |
| HSV(B) | 172.5º | 0.06% | 0.49% | - |
| XYZ | 17.99 | 19.56 | 21.57 | - |
| YUV | 121.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 123 | 0.06 | 0 | 0.01 | 0.51 | 172.5 | 0.03 | 0.47 |
| Hex | 74 | 7C | 7B | 6 | 0 | 1 | 33 | AC | 3 | 2F |
| Octal | 164 | 174 | 173 | 6 | 0 | 1 | 63 | 254 | 3 | 57 |
| Binary | 1110100 | 1111100 | 1111011 | 110 | 0 | 1 | 110011 | 10101100 | 11 | 101111 |
Color Harmonies of #747C7B
Complementary color
Monochromatic Colors of #747C7B
Black with #747C7B
Text Example
Text Example
White with #747C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C7B; }
p { color: rgb(116,124,123); }
H1.HeaderClassName
{
color: #747C7B;
}
.AnyTagClassName
{
color: #747C7B;
}
</style>
background-color css
<style>
a { background-color: #747C7B; }
a { background-color: rgb(116,124,123); }
div.DivClassName
{
background-color: #747C7B;
}
.BgClassName
{
background-color: #747C7B;
}
</style>
border-color css
<style>
span { border-color: #747C7B; }
span { border-color: rgb(116,124,123); }
td.TdClassName
{
border-color: #747C7B;
}
.TagClassName
{
border-color: #747C7B;
}
</style>