Shades of Rolling Stone #75817F
Tints of Rolling Stone #75817F
RGB
CMYK
RGB Variations
Color information
#75817F (or 0x75817F) is known color: Rolling Stone. HEX triplet: 75, 81 and 7F. RGB value is (117,129,127). Sum of RGB (Red+Green+Blue) = 117+129+127=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 129 - color contains mainly: green. Hex color #75817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817F is #8A7E80. Grayscale: #7D7D7D. Windows color (decimal): -9076353 or 8356213. OLE color: 8356213.
HSL color Cylindrical-coordinate representation of color #75817F: hue angle of 170º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75817F is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 127 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.49 |
| HSL | 170º | 0.05% | 0.48% | - |
| HSV(B) | 170º | 0.09% | 0.51% | - |
| XYZ | 19.02 | 21.01 | 23.13 | - |
| YUV | 125.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 127 | 0.09 | 0 | 0.02 | 0.49 | 170 | 0.05 | 0.48 |
| Hex | 75 | 81 | 7F | 9 | 0 | 2 | 31 | AA | 5 | 30 |
| Octal | 165 | 201 | 177 | 11 | 0 | 2 | 61 | 252 | 5 | 60 |
| Binary | 1110101 | 10000001 | 1111111 | 1001 | 0 | 10 | 110001 | 10101010 | 101 | 110000 |
Color Harmonies of #75817F
Complementary color
Monochromatic Colors of #75817F
Black with #75817F
Text Example
Text Example
White with #75817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75817F; }
p { color: rgb(117,129,127); }
H1.HeaderClassName
{
color: #75817F;
}
.AnyTagClassName
{
color: #75817F;
}
</style>
background-color css
<style>
a { background-color: #75817F; }
a { background-color: rgb(117,129,127); }
div.DivClassName
{
background-color: #75817F;
}
.BgClassName
{
background-color: #75817F;
}
</style>
border-color css
<style>
span { border-color: #75817F; }
span { border-color: rgb(117,129,127); }
td.TdClassName
{
border-color: #75817F;
}
.TagClassName
{
border-color: #75817F;
}
</style>