Shades of Shuttle Grey #646C76
Tints of Shuttle Grey #646C76
RGB
CMYK
RGB Variations
Color information
#646C76 (or 0x646C76) is known color: Shuttle Grey. HEX triplet: 64, 6C and 76. RGB value is (100,108,118). Sum of RGB (Red+Green+Blue) = 100+108+118=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #646C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C76 is #9B9389. Grayscale: #6A6A6A. Windows color (decimal): -10195850 or 7760996. OLE color: 7760996.
HSL color Cylindrical-coordinate representation of color #646C76: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646C76 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 108 | 118 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.54 |
| HSL | 213.33º | 0.08% | 0.43% | - |
| HSV(B) | 213.33º | 0.15% | 0.46% | - |
| XYZ | 13.89 | 14.74 | 19.25 | - |
| YUV | 106.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 118 | 0.15 | 0.08 | 0 | 0.54 | 213.33 | 0.08 | 0.43 |
| Hex | 64 | 6C | 76 | F | 8 | 0 | 36 | D5 | 8 | 2B |
| Octal | 144 | 154 | 166 | 17 | 10 | 0 | 66 | 325 | 10 | 53 |
| Binary | 1100100 | 1101100 | 1110110 | 1111 | 1000 | 0 | 110110 | 11010101 | 1000 | 101011 |
Color Harmonies of #646C76
Complementary color
Monochromatic Colors of #646C76
Black with #646C76
Text Example
Text Example
White with #646C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C76; }
p { color: rgb(100,108,118); }
H1.HeaderClassName
{
color: #646C76;
}
.AnyTagClassName
{
color: #646C76;
}
</style>
background-color css
<style>
a { background-color: #646C76; }
a { background-color: rgb(100,108,118); }
div.DivClassName
{
background-color: #646C76;
}
.BgClassName
{
background-color: #646C76;
}
</style>
border-color css
<style>
span { border-color: #646C76; }
span { border-color: rgb(100,108,118); }
td.TdClassName
{
border-color: #646C76;
}
.TagClassName
{
border-color: #646C76;
}
</style>