Shades of Rolling Stone #737878
Tints of Rolling Stone #737878
RGB
CMYK
RGB Variations
Color information
#737878 (or 0x737878) is known color: Rolling Stone. HEX triplet: 73, 78 and 78. RGB value is (115,120,120). Sum of RGB (Red+Green+Blue) = 115+120+120=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #737878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737878 is #8C8787. Grayscale: #767676. Windows color (decimal): -9209736 or 7895155. OLE color: 7895155.
HSL color Cylindrical-coordinate representation of color #737878: hue angle of 180º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #737878 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 120 | - |
| CMYK | 0.04 | 0 | 0 | 0.53 |
| HSL | 180º | 0.02% | 0.46% | - |
| HSV(B) | 180º | 0.04% | 0.47% | - |
| XYZ | 17.18 | 18.43 | 20.42 | - |
| YUV | 118.51 | 128.84 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 120 | 0.04 | 0 | 0 | 0.53 | 180 | 0.02 | 0.46 |
| Hex | 73 | 78 | 78 | 4 | 0 | 0 | 35 | B4 | 2 | 2E |
| Octal | 163 | 170 | 170 | 4 | 0 | 0 | 65 | 264 | 2 | 56 |
| Binary | 1110011 | 1111000 | 1111000 | 100 | 0 | 0 | 110101 | 10110100 | 10 | 101110 |
Color Harmonies of #737878
Complementary color
Monochromatic Colors of #737878
Black with #737878
Text Example
Text Example
White with #737878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737878; }
p { color: rgb(115,120,120); }
H1.HeaderClassName
{
color: #737878;
}
.AnyTagClassName
{
color: #737878;
}
</style>
background-color css
<style>
a { background-color: #737878; }
a { background-color: rgb(115,120,120); }
div.DivClassName
{
background-color: #737878;
}
.BgClassName
{
background-color: #737878;
}
</style>
border-color css
<style>
span { border-color: #737878; }
span { border-color: rgb(115,120,120); }
td.TdClassName
{
border-color: #737878;
}
.TagClassName
{
border-color: #737878;
}
</style>