Shades of Rolling Stone #627C76
Tints of Rolling Stone #627C76
RGB
CMYK
RGB Variations
Color information
#627C76 (or 0x627C76) is known color: Rolling Stone. HEX triplet: 62, 7C and 76. RGB value is (98,124,118). Sum of RGB (Red+Green+Blue) = 98+124+118=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 124 - color contains mainly: green. Hex color #627C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627C76 is #9D8389. Grayscale: #737373. Windows color (decimal): -10322826 or 7765090. OLE color: 7765090.
HSL color Cylindrical-coordinate representation of color #627C76: hue angle of 166.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #627C76 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 118 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.51 |
| HSL | 166.15º | 0.12% | 0.44% | - |
| HSV(B) | 166.15º | 0.21% | 0.49% | - |
| XYZ | 15.51 | 18.32 | 19.86 | - |
| YUV | 115.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 118 | 0.21 | 0 | 0.05 | 0.51 | 166.15 | 0.12 | 0.44 |
| Hex | 62 | 7C | 76 | 15 | 0 | 5 | 33 | A6 | C | 2C |
| Octal | 142 | 174 | 166 | 25 | 0 | 5 | 63 | 246 | 14 | 54 |
| Binary | 1100010 | 1111100 | 1110110 | 10101 | 0 | 101 | 110011 | 10100110 | 1100 | 101100 |
Color Harmonies of #627C76
Complementary color
Monochromatic Colors of #627C76
Black with #627C76
Text Example
Text Example
White with #627C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C76; }
p { color: rgb(98,124,118); }
H1.HeaderClassName
{
color: #627C76;
}
.AnyTagClassName
{
color: #627C76;
}
</style>
background-color css
<style>
a { background-color: #627C76; }
a { background-color: rgb(98,124,118); }
div.DivClassName
{
background-color: #627C76;
}
.BgClassName
{
background-color: #627C76;
}
</style>
border-color css
<style>
span { border-color: #627C76; }
span { border-color: rgb(98,124,118); }
td.TdClassName
{
border-color: #627C76;
}
.TagClassName
{
border-color: #627C76;
}
</style>