Shades of Rolling Stone #67827B
Tints of Rolling Stone #67827B
RGB
CMYK
RGB Variations
Color information
#67827B (or 0x67827B) is known color: Rolling Stone. HEX triplet: 67, 82 and 7B. RGB value is (103,130,123). Sum of RGB (Red+Green+Blue) = 103+130+123=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #67827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67827B is #987D84. Grayscale: #797979. Windows color (decimal): -9993605 or 8094311. OLE color: 8094311.
HSL color Cylindrical-coordinate representation of color #67827B: hue angle of 164.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67827B is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 123 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.49 |
| HSL | 164.44º | 0.12% | 0.46% | - |
| HSV(B) | 164.44º | 0.21% | 0.51% | - |
| XYZ | 17.15 | 20.28 | 21.75 | - |
| YUV | 121.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 123 | 0.21 | 0 | 0.05 | 0.49 | 164.44 | 0.12 | 0.46 |
| Hex | 67 | 82 | 7B | 15 | 0 | 5 | 31 | A4 | C | 2E |
| Octal | 147 | 202 | 173 | 25 | 0 | 5 | 61 | 244 | 14 | 56 |
| Binary | 1100111 | 10000010 | 1111011 | 10101 | 0 | 101 | 110001 | 10100100 | 1100 | 101110 |
Color Harmonies of #67827B
Complementary color
Monochromatic Colors of #67827B
Black with #67827B
Text Example
Text Example
White with #67827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67827B; }
p { color: rgb(103,130,123); }
H1.HeaderClassName
{
color: #67827B;
}
.AnyTagClassName
{
color: #67827B;
}
</style>
background-color css
<style>
a { background-color: #67827B; }
a { background-color: rgb(103,130,123); }
div.DivClassName
{
background-color: #67827B;
}
.BgClassName
{
background-color: #67827B;
}
</style>
border-color css
<style>
span { border-color: #67827B; }
span { border-color: rgb(103,130,123); }
td.TdClassName
{
border-color: #67827B;
}
.TagClassName
{
border-color: #67827B;
}
</style>