Shades of Rolling Stone #66827D
Tints of Rolling Stone #66827D
RGB
CMYK
RGB Variations
Color information
#66827D (or 0x66827D) is known color: Rolling Stone. HEX triplet: 66, 82 and 7D. RGB value is (102,130,125). Sum of RGB (Red+Green+Blue) = 102+130+125=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #66827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66827D is #997D82. Grayscale: #797979. Windows color (decimal): -10059139 or 8225382. OLE color: 8225382.
HSL color Cylindrical-coordinate representation of color #66827D: hue angle of 169.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66827D is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 125 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.49 |
| HSL | 169.29º | 0.12% | 0.45% | - |
| HSV(B) | 169.29º | 0.22% | 0.51% | - |
| XYZ | 17.16 | 20.27 | 22.41 | - |
| YUV | 121.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 125 | 0.22 | 0 | 0.04 | 0.49 | 169.29 | 0.12 | 0.45 |
| Hex | 66 | 82 | 7D | 16 | 0 | 4 | 31 | A9 | C | 2D |
| Octal | 146 | 202 | 175 | 26 | 0 | 4 | 61 | 251 | 14 | 55 |
| Binary | 1100110 | 10000010 | 1111101 | 10110 | 0 | 100 | 110001 | 10101001 | 1100 | 101101 |
Color Harmonies of #66827D
Complementary color
Monochromatic Colors of #66827D
Black with #66827D
Text Example
Text Example
White with #66827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66827D; }
p { color: rgb(102,130,125); }
H1.HeaderClassName
{
color: #66827D;
}
.AnyTagClassName
{
color: #66827D;
}
</style>
background-color css
<style>
a { background-color: #66827D; }
a { background-color: rgb(102,130,125); }
div.DivClassName
{
background-color: #66827D;
}
.BgClassName
{
background-color: #66827D;
}
</style>
border-color css
<style>
span { border-color: #66827D; }
span { border-color: rgb(102,130,125); }
td.TdClassName
{
border-color: #66827D;
}
.TagClassName
{
border-color: #66827D;
}
</style>