Shades of Rolling Stone #66807E
Tints of Rolling Stone #66807E
RGB
CMYK
RGB Variations
Color information
#66807E (or 0x66807E) is known color: Rolling Stone. HEX triplet: 66, 80 and 7E. RGB value is (102,128,126). Sum of RGB (Red+Green+Blue) = 102+128+126=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 128 - color contains mainly: green. Hex color #66807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66807E is #997F81. Grayscale: #777777. Windows color (decimal): -10059650 or 8290406. OLE color: 8290406.
HSL color Cylindrical-coordinate representation of color #66807E: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66807E is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 126 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.50 |
| HSL | 175.38º | 0.11% | 0.45% | - |
| HSV(B) | 175.38º | 0.2% | 0.5% | - |
| XYZ | 16.96 | 19.77 | 22.66 | - |
| YUV | 120 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 126 | 0.20 | 0 | 0.02 | 0.50 | 175.38 | 0.11 | 0.45 |
| Hex | 66 | 80 | 7E | 14 | 0 | 2 | 32 | AF | B | 2D |
| Octal | 146 | 200 | 176 | 24 | 0 | 2 | 62 | 257 | 13 | 55 |
| Binary | 1100110 | 10000000 | 1111110 | 10100 | 0 | 10 | 110010 | 10101111 | 1011 | 101101 |
Color Harmonies of #66807E
Complementary color
Monochromatic Colors of #66807E
Black with #66807E
Text Example
Text Example
White with #66807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66807E; }
p { color: rgb(102,128,126); }
H1.HeaderClassName
{
color: #66807E;
}
.AnyTagClassName
{
color: #66807E;
}
</style>
background-color css
<style>
a { background-color: #66807E; }
a { background-color: rgb(102,128,126); }
div.DivClassName
{
background-color: #66807E;
}
.BgClassName
{
background-color: #66807E;
}
</style>
border-color css
<style>
span { border-color: #66807E; }
span { border-color: rgb(102,128,126); }
td.TdClassName
{
border-color: #66807E;
}
.TagClassName
{
border-color: #66807E;
}
</style>