Shades of Slate Grey #64778D
Tints of Slate Grey #64778D
RGB
CMYK
RGB Variations
Color information
#64778D (or 0x64778D) is known color: Slate Grey. HEX triplet: 64, 77 and 8D. RGB value is (100,119,141). Sum of RGB (Red+Green+Blue) = 100+119+141=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #64778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64778D is #9B8872. Grayscale: #737373. Windows color (decimal): -10193011 or 9271140. OLE color: 9271140.
HSL color Cylindrical-coordinate representation of color #64778D: hue angle of 212.2º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64778D is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 119 | 141 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.45 |
| HSL | 212.2º | 0.17% | 0.47% | - |
| HSV(B) | 212.2º | 0.29% | 0.55% | - |
| XYZ | 16.66 | 17.83 | 27.76 | - |
| YUV | 115.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 141 | 0.29 | 0.16 | 0 | 0.45 | 212.2 | 0.17 | 0.47 |
| Hex | 64 | 77 | 8D | 1D | 10 | 0 | 2D | D4 | 11 | 2F |
| Octal | 144 | 167 | 215 | 35 | 20 | 0 | 55 | 324 | 21 | 57 |
| Binary | 1100100 | 1110111 | 10001101 | 11101 | 10000 | 0 | 101101 | 11010100 | 10001 | 101111 |
Color Harmonies of #64778D
Complementary color
Monochromatic Colors of #64778D
Black with #64778D
Text Example
Text Example
White with #64778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64778D; }
p { color: rgb(100,119,141); }
H1.HeaderClassName
{
color: #64778D;
}
.AnyTagClassName
{
color: #64778D;
}
</style>
background-color css
<style>
a { background-color: #64778D; }
a { background-color: rgb(100,119,141); }
div.DivClassName
{
background-color: #64778D;
}
.BgClassName
{
background-color: #64778D;
}
</style>
border-color css
<style>
span { border-color: #64778D; }
span { border-color: rgb(100,119,141); }
td.TdClassName
{
border-color: #64778D;
}
.TagClassName
{
border-color: #64778D;
}
</style>