Shades of Rolling Stone #637F7A
Tints of Rolling Stone #637F7A
RGB
CMYK
RGB Variations
Color information
#637F7A (or 0x637F7A) is known color: Rolling Stone. HEX triplet: 63, 7F and 7A. RGB value is (99,127,122). Sum of RGB (Red+Green+Blue) = 99+127+122=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 127 - color contains mainly: green. Hex color #637F7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F7A is #9C8085. Grayscale: #767676. Windows color (decimal): -10256518 or 8028003. OLE color: 8028003.
HSL color Cylindrical-coordinate representation of color #637F7A: hue angle of 169.29º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #637F7A is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 127 | 122 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.50 |
| HSL | 169.29º | 0.12% | 0.44% | - |
| HSV(B) | 169.29º | 0.22% | 0.5% | - |
| XYZ | 16.25 | 19.24 | 21.27 | - |
| YUV | 118.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 127 | 122 | 0.22 | 0 | 0.04 | 0.50 | 169.29 | 0.12 | 0.44 |
| Hex | 63 | 7F | 7A | 16 | 0 | 4 | 32 | A9 | C | 2C |
| Octal | 143 | 177 | 172 | 26 | 0 | 4 | 62 | 251 | 14 | 54 |
| Binary | 1100011 | 1111111 | 1111010 | 10110 | 0 | 100 | 110010 | 10101001 | 1100 | 101100 |
Color Harmonies of #637F7A
Complementary color
Monochromatic Colors of #637F7A
Black with #637F7A
Text Example
Text Example
White with #637F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637F7A; }
p { color: rgb(99,127,122); }
H1.HeaderClassName
{
color: #637F7A;
}
.AnyTagClassName
{
color: #637F7A;
}
</style>
background-color css
<style>
a { background-color: #637F7A; }
a { background-color: rgb(99,127,122); }
div.DivClassName
{
background-color: #637F7A;
}
.BgClassName
{
background-color: #637F7A;
}
</style>
border-color css
<style>
span { border-color: #637F7A; }
span { border-color: rgb(99,127,122); }
td.TdClassName
{
border-color: #637F7A;
}
.TagClassName
{
border-color: #637F7A;
}
</style>