Shades of Rolling Stone #68807F
Tints of Rolling Stone #68807F
RGB
CMYK
RGB Variations
Color information
#68807F (or 0x68807F) is known color: Rolling Stone. HEX triplet: 68, 80 and 7F. RGB value is (104,128,127). Sum of RGB (Red+Green+Blue) = 104+128+127=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 128 - color contains mainly: green. Hex color #68807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68807F is #977F80. Grayscale: #787878. Windows color (decimal): -9928577 or 8355944. OLE color: 8355944.
HSL color Cylindrical-coordinate representation of color #68807F: hue angle of 177.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68807F is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 127 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.50 |
| HSL | 177.5º | 0.1% | 0.45% | - |
| HSV(B) | 177.5º | 0.19% | 0.5% | - |
| XYZ | 17.26 | 19.91 | 23.01 | - |
| YUV | 120.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 127 | 0.19 | 0 | 0.01 | 0.50 | 177.5 | 0.1 | 0.45 |
| Hex | 68 | 80 | 7F | 13 | 0 | 1 | 32 | B2 | A | 2D |
| Octal | 150 | 200 | 177 | 23 | 0 | 1 | 62 | 262 | 12 | 55 |
| Binary | 1101000 | 10000000 | 1111111 | 10011 | 0 | 1 | 110010 | 10110010 | 1010 | 101101 |
Color Harmonies of #68807F
Complementary color
Monochromatic Colors of #68807F
Black with #68807F
Text Example
Text Example
White with #68807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68807F; }
p { color: rgb(104,128,127); }
H1.HeaderClassName
{
color: #68807F;
}
.AnyTagClassName
{
color: #68807F;
}
</style>
background-color css
<style>
a { background-color: #68807F; }
a { background-color: rgb(104,128,127); }
div.DivClassName
{
background-color: #68807F;
}
.BgClassName
{
background-color: #68807F;
}
</style>
border-color css
<style>
span { border-color: #68807F; }
span { border-color: rgb(104,128,127); }
td.TdClassName
{
border-color: #68807F;
}
.TagClassName
{
border-color: #68807F;
}
</style>