Shades of Rolling Stone #74807B
Tints of Rolling Stone #74807B
RGB
CMYK
RGB Variations
Color information
#74807B (or 0x74807B) is known color: Rolling Stone. HEX triplet: 74, 80 and 7B. RGB value is (116,128,123). Sum of RGB (Red+Green+Blue) = 116+128+123=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 128 - color contains mainly: green. Hex color #74807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74807B is #8B7F84. Grayscale: #7B7B7B. Windows color (decimal): -9142149 or 8093812. OLE color: 8093812.
HSL color Cylindrical-coordinate representation of color #74807B: hue angle of 155º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74807B is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 123 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.50 |
| HSL | 155º | 0.05% | 0.48% | - |
| HSV(B) | 155º | 0.09% | 0.5% | - |
| XYZ | 18.5 | 20.58 | 21.74 | - |
| YUV | 123.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 123 | 0.09 | 0 | 0.04 | 0.50 | 155 | 0.05 | 0.48 |
| Hex | 74 | 80 | 7B | 9 | 0 | 4 | 32 | 9B | 5 | 30 |
| Octal | 164 | 200 | 173 | 11 | 0 | 4 | 62 | 233 | 5 | 60 |
| Binary | 1110100 | 10000000 | 1111011 | 1001 | 0 | 100 | 110010 | 10011011 | 101 | 110000 |
Color Harmonies of #74807B
Complementary color
Monochromatic Colors of #74807B
Black with #74807B
Text Example
Text Example
White with #74807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74807B; }
p { color: rgb(116,128,123); }
H1.HeaderClassName
{
color: #74807B;
}
.AnyTagClassName
{
color: #74807B;
}
</style>
background-color css
<style>
a { background-color: #74807B; }
a { background-color: rgb(116,128,123); }
div.DivClassName
{
background-color: #74807B;
}
.BgClassName
{
background-color: #74807B;
}
</style>
border-color css
<style>
span { border-color: #74807B; }
span { border-color: rgb(116,128,123); }
td.TdClassName
{
border-color: #74807B;
}
.TagClassName
{
border-color: #74807B;
}
</style>