Shades of Mid Grey #647078
Tints of Mid Grey #647078
RGB
CMYK
RGB Variations
Color information
#647078 (or 0x647078) is known color: Mid Grey. HEX triplet: 64, 70 and 78. RGB value is (100,112,120). Sum of RGB (Red+Green+Blue) = 100+112+120=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 120 - color contains mainly: blue. Hex color #647078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647078 is #9B8F87. Grayscale: #6D6D6D. Windows color (decimal): -10194824 or 7893092. OLE color: 7893092.
HSL color Cylindrical-coordinate representation of color #647078: hue angle of 204º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #647078 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 112 | 120 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.53 |
| HSL | 204º | 0.09% | 0.43% | - |
| HSV(B) | 204º | 0.17% | 0.47% | - |
| XYZ | 14.44 | 15.65 | 20.03 | - |
| YUV | 109.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 120 | 0.17 | 0.07 | 0 | 0.53 | 204 | 0.09 | 0.43 |
| Hex | 64 | 70 | 78 | 11 | 7 | 0 | 35 | CC | 9 | 2B |
| Octal | 144 | 160 | 170 | 21 | 7 | 0 | 65 | 314 | 11 | 53 |
| Binary | 1100100 | 1110000 | 1111000 | 10001 | 111 | 0 | 110101 | 11001100 | 1001 | 101011 |
Color Harmonies of #647078
Complementary color
Monochromatic Colors of #647078
Black with #647078
Text Example
Text Example
White with #647078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647078; }
p { color: rgb(100,112,120); }
H1.HeaderClassName
{
color: #647078;
}
.AnyTagClassName
{
color: #647078;
}
</style>
background-color css
<style>
a { background-color: #647078; }
a { background-color: rgb(100,112,120); }
div.DivClassName
{
background-color: #647078;
}
.BgClassName
{
background-color: #647078;
}
</style>
border-color css
<style>
span { border-color: #647078; }
span { border-color: rgb(100,112,120); }
td.TdClassName
{
border-color: #647078;
}
.TagClassName
{
border-color: #647078;
}
</style>