Shades of Rolling Stone #68726F
Tints of Rolling Stone #68726F
RGB
CMYK
RGB Variations
Color information
#68726F (or 0x68726F) is known color: Rolling Stone. HEX triplet: 68, 72 and 6F. RGB value is (104,114,111). Sum of RGB (Red+Green+Blue) = 104+114+111=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #68726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68726F is #978D90. Grayscale: #6E6E6E. Windows color (decimal): -9932177 or 7303784. OLE color: 7303784.
HSL color Cylindrical-coordinate representation of color #68726F: hue angle of 162º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #68726F is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 111 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.55 |
| HSL | 162º | 0.05% | 0.43% | - |
| HSV(B) | 162º | 0.09% | 0.45% | - |
| XYZ | 14.6 | 16.13 | 17.38 | - |
| YUV | 110.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 111 | 0.09 | 0 | 0.03 | 0.55 | 162 | 0.05 | 0.43 |
| Hex | 68 | 72 | 6F | 9 | 0 | 3 | 37 | A2 | 5 | 2B |
| Octal | 150 | 162 | 157 | 11 | 0 | 3 | 67 | 242 | 5 | 53 |
| Binary | 1101000 | 1110010 | 1101111 | 1001 | 0 | 11 | 110111 | 10100010 | 101 | 101011 |
Color Harmonies of #68726F
Complementary color
Monochromatic Colors of #68726F
Black with #68726F
Text Example
Text Example
White with #68726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68726F; }
p { color: rgb(104,114,111); }
H1.HeaderClassName
{
color: #68726F;
}
.AnyTagClassName
{
color: #68726F;
}
</style>
background-color css
<style>
a { background-color: #68726F; }
a { background-color: rgb(104,114,111); }
div.DivClassName
{
background-color: #68726F;
}
.BgClassName
{
background-color: #68726F;
}
</style>
border-color css
<style>
span { border-color: #68726F; }
span { border-color: rgb(104,114,111); }
td.TdClassName
{
border-color: #68726F;
}
.TagClassName
{
border-color: #68726F;
}
</style>