Shades of Rolling Stone #637B78
Tints of Rolling Stone #637B78
RGB
CMYK
RGB Variations
Color information
#637B78 (or 0x637B78) is known color: Rolling Stone. HEX triplet: 63, 7B and 78. RGB value is (99,123,120). Sum of RGB (Red+Green+Blue) = 99+123+120=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #637B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637B78 is #9C8487. Grayscale: #737373. Windows color (decimal): -10257544 or 7895907. OLE color: 7895907.
HSL color Cylindrical-coordinate representation of color #637B78: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #637B78 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 123 | 120 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.52 |
| HSL | 172.5º | 0.11% | 0.44% | - |
| HSV(B) | 172.5º | 0.2% | 0.48% | - |
| XYZ | 15.62 | 18.17 | 20.45 | - |
| YUV | 115.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 123 | 120 | 0.20 | 0 | 0.02 | 0.52 | 172.5 | 0.11 | 0.44 |
| Hex | 63 | 7B | 78 | 14 | 0 | 2 | 34 | AC | B | 2C |
| Octal | 143 | 173 | 170 | 24 | 0 | 2 | 64 | 254 | 13 | 54 |
| Binary | 1100011 | 1111011 | 1111000 | 10100 | 0 | 10 | 110100 | 10101100 | 1011 | 101100 |
Color Harmonies of #637B78
Complementary color
Monochromatic Colors of #637B78
Black with #637B78
Text Example
Text Example
White with #637B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637B78; }
p { color: rgb(99,123,120); }
H1.HeaderClassName
{
color: #637B78;
}
.AnyTagClassName
{
color: #637B78;
}
</style>
background-color css
<style>
a { background-color: #637B78; }
a { background-color: rgb(99,123,120); }
div.DivClassName
{
background-color: #637B78;
}
.BgClassName
{
background-color: #637B78;
}
</style>
border-color css
<style>
span { border-color: #637B78; }
span { border-color: rgb(99,123,120); }
td.TdClassName
{
border-color: #637B78;
}
.TagClassName
{
border-color: #637B78;
}
</style>