Shades of Rolling Stone #73807D
Tints of Rolling Stone #73807D
RGB
CMYK
RGB Variations
Color information
#73807D (or 0x73807D) is known color: Rolling Stone. HEX triplet: 73, 80 and 7D. RGB value is (115,128,125). Sum of RGB (Red+Green+Blue) = 115+128+125=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 128 - color contains mainly: green. Hex color #73807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73807D is #8C7F82. Grayscale: #7B7B7B. Windows color (decimal): -9207683 or 8224883. OLE color: 8224883.
HSL color Cylindrical-coordinate representation of color #73807D: hue angle of 166.15º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #73807D is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 115 | 128 | 125 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.50 |
| HSL | 166.15º | 0.05% | 0.48% | - |
| HSV(B) | 166.15º | 0.1% | 0.5% | - |
| XYZ | 18.49 | 20.56 | 22.4 | - |
| YUV | 123.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 125 | 0.10 | 0 | 0.02 | 0.50 | 166.15 | 0.05 | 0.48 |
| Hex | 73 | 80 | 7D | A | 0 | 2 | 32 | A6 | 5 | 30 |
| Octal | 163 | 200 | 175 | 12 | 0 | 2 | 62 | 246 | 5 | 60 |
| Binary | 1110011 | 10000000 | 1111101 | 1010 | 0 | 10 | 110010 | 10100110 | 101 | 110000 |
Color Harmonies of #73807D
Complementary color
Monochromatic Colors of #73807D
Black with #73807D
Text Example
Text Example
White with #73807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73807D; }
p { color: rgb(115,128,125); }
H1.HeaderClassName
{
color: #73807D;
}
.AnyTagClassName
{
color: #73807D;
}
</style>
background-color css
<style>
a { background-color: #73807D; }
a { background-color: rgb(115,128,125); }
div.DivClassName
{
background-color: #73807D;
}
.BgClassName
{
background-color: #73807D;
}
</style>
border-color css
<style>
span { border-color: #73807D; }
span { border-color: rgb(115,128,125); }
td.TdClassName
{
border-color: #73807D;
}
.TagClassName
{
border-color: #73807D;
}
</style>