Shades of Rolling Stone #737E7A
Tints of Rolling Stone #737E7A
RGB
CMYK
RGB Variations
Color information
#737E7A (or 0x737E7A) is known color: Rolling Stone. HEX triplet: 73, 7E and 7A. RGB value is (115,126,122). Sum of RGB (Red+Green+Blue) = 115+126+122=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 126 - color contains mainly: green. Hex color #737E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737E7A is #8C8185. Grayscale: #7A7A7A. Windows color (decimal): -9208198 or 8027763. OLE color: 8027763.
HSL color Cylindrical-coordinate representation of color #737E7A: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #737E7A is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 126 | 122 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.51 |
| HSL | 158.18º | 0.05% | 0.47% | - |
| HSV(B) | 158.18º | 0.09% | 0.49% | - |
| XYZ | 18.04 | 19.97 | 21.32 | - |
| YUV | 122.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 126 | 122 | 0.09 | 0 | 0.03 | 0.51 | 158.18 | 0.05 | 0.47 |
| Hex | 73 | 7E | 7A | 9 | 0 | 3 | 33 | 9E | 5 | 2F |
| Octal | 163 | 176 | 172 | 11 | 0 | 3 | 63 | 236 | 5 | 57 |
| Binary | 1110011 | 1111110 | 1111010 | 1001 | 0 | 11 | 110011 | 10011110 | 101 | 101111 |
Color Harmonies of #737E7A
Complementary color
Monochromatic Colors of #737E7A
Black with #737E7A
Text Example
Text Example
White with #737E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737E7A; }
p { color: rgb(115,126,122); }
H1.HeaderClassName
{
color: #737E7A;
}
.AnyTagClassName
{
color: #737E7A;
}
</style>
background-color css
<style>
a { background-color: #737E7A; }
a { background-color: rgb(115,126,122); }
div.DivClassName
{
background-color: #737E7A;
}
.BgClassName
{
background-color: #737E7A;
}
</style>
border-color css
<style>
span { border-color: #737E7A; }
span { border-color: rgb(115,126,122); }
td.TdClassName
{
border-color: #737E7A;
}
.TagClassName
{
border-color: #737E7A;
}
</style>