Shades of Rolling Stone #66847D
Tints of Rolling Stone #66847D
RGB
CMYK
RGB Variations
Color information
#66847D (or 0x66847D) is known color: Rolling Stone. HEX triplet: 66, 84 and 7D. RGB value is (102,132,125). Sum of RGB (Red+Green+Blue) = 102+132+125=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #66847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66847D is #997B82. Grayscale: #7A7A7A. Windows color (decimal): -10058627 or 8225894. OLE color: 8225894.
HSL color Cylindrical-coordinate representation of color #66847D: hue angle of 166º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66847D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 125 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.48 |
| HSL | 166º | 0.13% | 0.46% | - |
| HSV(B) | 166º | 0.23% | 0.52% | - |
| XYZ | 17.43 | 20.81 | 22.5 | - |
| YUV | 122.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 125 | 0.23 | 0 | 0.05 | 0.48 | 166 | 0.13 | 0.46 |
| Hex | 66 | 84 | 7D | 17 | 0 | 5 | 30 | A6 | D | 2E |
| Octal | 146 | 204 | 175 | 27 | 0 | 5 | 60 | 246 | 15 | 56 |
| Binary | 1100110 | 10000100 | 1111101 | 10111 | 0 | 101 | 110000 | 10100110 | 1101 | 101110 |
Color Harmonies of #66847D
Complementary color
Monochromatic Colors of #66847D
Black with #66847D
Text Example
Text Example
White with #66847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66847D; }
p { color: rgb(102,132,125); }
H1.HeaderClassName
{
color: #66847D;
}
.AnyTagClassName
{
color: #66847D;
}
</style>
background-color css
<style>
a { background-color: #66847D; }
a { background-color: rgb(102,132,125); }
div.DivClassName
{
background-color: #66847D;
}
.BgClassName
{
background-color: #66847D;
}
</style>
border-color css
<style>
span { border-color: #66847D; }
span { border-color: rgb(102,132,125); }
td.TdClassName
{
border-color: #66847D;
}
.TagClassName
{
border-color: #66847D;
}
</style>