Shades of Rolling Stone #66807B
Tints of Rolling Stone #66807B
RGB
CMYK
RGB Variations
Color information
#66807B (or 0x66807B) is known color: Rolling Stone. HEX triplet: 66, 80 and 7B. RGB value is (102,128,123). Sum of RGB (Red+Green+Blue) = 102+128+123=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 128 - color contains mainly: green. Hex color #66807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66807B is #997F84. Grayscale: #777777. Windows color (decimal): -10059653 or 8093798. OLE color: 8093798.
HSL color Cylindrical-coordinate representation of color #66807B: hue angle of 168.46º 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 #66807B is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 123 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.50 |
| HSL | 168.46º | 0.11% | 0.45% | - |
| HSV(B) | 168.46º | 0.2% | 0.5% | - |
| XYZ | 16.77 | 19.69 | 21.66 | - |
| YUV | 119.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 123 | 0.20 | 0 | 0.04 | 0.50 | 168.46 | 0.11 | 0.45 |
| Hex | 66 | 80 | 7B | 14 | 0 | 4 | 32 | A8 | B | 2D |
| Octal | 146 | 200 | 173 | 24 | 0 | 4 | 62 | 250 | 13 | 55 |
| Binary | 1100110 | 10000000 | 1111011 | 10100 | 0 | 100 | 110010 | 10101000 | 1011 | 101101 |
Color Harmonies of #66807B
Complementary color
Monochromatic Colors of #66807B
Black with #66807B
Text Example
Text Example
White with #66807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66807B; }
p { color: rgb(102,128,123); }
H1.HeaderClassName
{
color: #66807B;
}
.AnyTagClassName
{
color: #66807B;
}
</style>
background-color css
<style>
a { background-color: #66807B; }
a { background-color: rgb(102,128,123); }
div.DivClassName
{
background-color: #66807B;
}
.BgClassName
{
background-color: #66807B;
}
</style>
border-color css
<style>
span { border-color: #66807B; }
span { border-color: rgb(102,128,123); }
td.TdClassName
{
border-color: #66807B;
}
.TagClassName
{
border-color: #66807B;
}
</style>