Shades of Rolling Stone #67837C
Tints of Rolling Stone #67837C
RGB
CMYK
RGB Variations
Color information
#67837C (or 0x67837C) is known color: Rolling Stone. HEX triplet: 67, 83 and 7C. RGB value is (103,131,124). Sum of RGB (Red+Green+Blue) = 103+131+124=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #67837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67837C is #987C83. Grayscale: #797979. Windows color (decimal): -9993348 or 8160103. OLE color: 8160103.
HSL color Cylindrical-coordinate representation of color #67837C: hue angle of 165º 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 #67837C is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 124 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.49 |
| HSL | 165º | 0.12% | 0.46% | - |
| HSV(B) | 165º | 0.21% | 0.51% | - |
| XYZ | 17.35 | 20.57 | 22.13 | - |
| YUV | 121.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 124 | 0.21 | 0 | 0.05 | 0.49 | 165 | 0.12 | 0.46 |
| Hex | 67 | 83 | 7C | 15 | 0 | 5 | 31 | A5 | C | 2E |
| Octal | 147 | 203 | 174 | 25 | 0 | 5 | 61 | 245 | 14 | 56 |
| Binary | 1100111 | 10000011 | 1111100 | 10101 | 0 | 101 | 110001 | 10100101 | 1100 | 101110 |
Color Harmonies of #67837C
Complementary color
Monochromatic Colors of #67837C
Black with #67837C
Text Example
Text Example
White with #67837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67837C; }
p { color: rgb(103,131,124); }
H1.HeaderClassName
{
color: #67837C;
}
.AnyTagClassName
{
color: #67837C;
}
</style>
background-color css
<style>
a { background-color: #67837C; }
a { background-color: rgb(103,131,124); }
div.DivClassName
{
background-color: #67837C;
}
.BgClassName
{
background-color: #67837C;
}
</style>
border-color css
<style>
span { border-color: #67837C; }
span { border-color: rgb(103,131,124); }
td.TdClassName
{
border-color: #67837C;
}
.TagClassName
{
border-color: #67837C;
}
</style>