Shades of Rolling Stone #68807C
Tints of Rolling Stone #68807C
RGB
CMYK
RGB Variations
Color information
#68807C (or 0x68807C) is known color: Rolling Stone. HEX triplet: 68, 80 and 7C. RGB value is (104,128,124). Sum of RGB (Red+Green+Blue) = 104+128+124=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #68807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68807C is #977F83. Grayscale: #787878. Windows color (decimal): -9928580 or 8159336. OLE color: 8159336.
HSL color Cylindrical-coordinate representation of color #68807C: hue angle of 170º 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 #68807C is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 124 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.50 |
| HSL | 170º | 0.1% | 0.45% | - |
| HSV(B) | 170º | 0.19% | 0.5% | - |
| XYZ | 17.07 | 19.84 | 22 | - |
| YUV | 120.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 124 | 0.19 | 0 | 0.03 | 0.50 | 170 | 0.1 | 0.45 |
| Hex | 68 | 80 | 7C | 13 | 0 | 3 | 32 | AA | A | 2D |
| Octal | 150 | 200 | 174 | 23 | 0 | 3 | 62 | 252 | 12 | 55 |
| Binary | 1101000 | 10000000 | 1111100 | 10011 | 0 | 11 | 110010 | 10101010 | 1010 | 101101 |
Color Harmonies of #68807C
Complementary color
Monochromatic Colors of #68807C
Black with #68807C
Text Example
Text Example
White with #68807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68807C; }
p { color: rgb(104,128,124); }
H1.HeaderClassName
{
color: #68807C;
}
.AnyTagClassName
{
color: #68807C;
}
</style>
background-color css
<style>
a { background-color: #68807C; }
a { background-color: rgb(104,128,124); }
div.DivClassName
{
background-color: #68807C;
}
.BgClassName
{
background-color: #68807C;
}
</style>
border-color css
<style>
span { border-color: #68807C; }
span { border-color: rgb(104,128,124); }
td.TdClassName
{
border-color: #68807C;
}
.TagClassName
{
border-color: #68807C;
}
</style>