Shades of Rolling Stone #67847D
Tints of Rolling Stone #67847D
RGB
CMYK
RGB Variations
Color information
#67847D (or 0x67847D) is known color: Rolling Stone. HEX triplet: 67, 84 and 7D. RGB value is (103,132,125). Sum of RGB (Red+Green+Blue) = 103+132+125=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #67847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67847D is #987B82. Grayscale: #7A7A7A. Windows color (decimal): -9993091 or 8225895. OLE color: 8225895.
HSL color Cylindrical-coordinate representation of color #67847D: hue angle of 165.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #67847D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 132 | 125 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.48 |
| HSL | 165.52º | 0.12% | 0.46% | - |
| HSV(B) | 165.52º | 0.22% | 0.52% | - |
| XYZ | 17.55 | 20.87 | 22.5 | - |
| YUV | 122.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 132 | 125 | 0.22 | 0 | 0.05 | 0.48 | 165.52 | 0.12 | 0.46 |
| Hex | 67 | 84 | 7D | 16 | 0 | 5 | 30 | A6 | C | 2E |
| Octal | 147 | 204 | 175 | 26 | 0 | 5 | 60 | 246 | 14 | 56 |
| Binary | 1100111 | 10000100 | 1111101 | 10110 | 0 | 101 | 110000 | 10100110 | 1100 | 101110 |
Color Harmonies of #67847D
Complementary color
Monochromatic Colors of #67847D
Black with #67847D
Text Example
Text Example
White with #67847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67847D; }
p { color: rgb(103,132,125); }
H1.HeaderClassName
{
color: #67847D;
}
.AnyTagClassName
{
color: #67847D;
}
</style>
background-color css
<style>
a { background-color: #67847D; }
a { background-color: rgb(103,132,125); }
div.DivClassName
{
background-color: #67847D;
}
.BgClassName
{
background-color: #67847D;
}
</style>
border-color css
<style>
span { border-color: #67847D; }
span { border-color: rgb(103,132,125); }
td.TdClassName
{
border-color: #67847D;
}
.TagClassName
{
border-color: #67847D;
}
</style>