Shades of Rolling Stone #737D7B
Tints of Rolling Stone #737D7B
RGB
CMYK
RGB Variations
Color information
#737D7B (or 0x737D7B) is known color: Rolling Stone. HEX triplet: 73, 7D and 7B. RGB value is (115,125,123). Sum of RGB (Red+Green+Blue) = 115+125+123=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 125 - color contains mainly: green. Hex color #737D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D7B is #8C8284. Grayscale: #797979. Windows color (decimal): -9208453 or 8093043. OLE color: 8093043.
HSL color Cylindrical-coordinate representation of color #737D7B: hue angle of 168º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #737D7B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 123 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.51 |
| HSL | 168º | 0.04% | 0.47% | - |
| HSV(B) | 168º | 0.08% | 0.49% | - |
| XYZ | 17.98 | 19.74 | 21.6 | - |
| YUV | 121.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 123 | 0.08 | 0 | 0.02 | 0.51 | 168 | 0.04 | 0.47 |
| Hex | 73 | 7D | 7B | 8 | 0 | 2 | 33 | A8 | 4 | 2F |
| Octal | 163 | 175 | 173 | 10 | 0 | 2 | 63 | 250 | 4 | 57 |
| Binary | 1110011 | 1111101 | 1111011 | 1000 | 0 | 10 | 110011 | 10101000 | 100 | 101111 |
Color Harmonies of #737D7B
Complementary color
Monochromatic Colors of #737D7B
Black with #737D7B
Text Example
Text Example
White with #737D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D7B; }
p { color: rgb(115,125,123); }
H1.HeaderClassName
{
color: #737D7B;
}
.AnyTagClassName
{
color: #737D7B;
}
</style>
background-color css
<style>
a { background-color: #737D7B; }
a { background-color: rgb(115,125,123); }
div.DivClassName
{
background-color: #737D7B;
}
.BgClassName
{
background-color: #737D7B;
}
</style>
border-color css
<style>
span { border-color: #737D7B; }
span { border-color: rgb(115,125,123); }
td.TdClassName
{
border-color: #737D7B;
}
.TagClassName
{
border-color: #737D7B;
}
</style>