Shades of Mid Grey #647077
Tints of Mid Grey #647077
RGB
CMYK
RGB Variations
Color information
#647077 (or 0x647077) is known color: Mid Grey. HEX triplet: 64, 70 and 77. RGB value is (100,112,119). Sum of RGB (Red+Green+Blue) = 100+112+119=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #647077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647077 is #9B8F88. Grayscale: #6D6D6D. Windows color (decimal): -10194825 or 7827556. OLE color: 7827556.
HSL color Cylindrical-coordinate representation of color #647077: hue angle of 202.11º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #647077 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 112 | 119 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.53 |
| HSL | 202.11º | 0.09% | 0.43% | - |
| HSV(B) | 202.11º | 0.16% | 0.47% | - |
| XYZ | 14.38 | 15.63 | 19.71 | - |
| YUV | 109.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 119 | 0.16 | 0.06 | 0 | 0.53 | 202.11 | 0.09 | 0.43 |
| Hex | 64 | 70 | 77 | 10 | 6 | 0 | 35 | CA | 9 | 2B |
| Octal | 144 | 160 | 167 | 20 | 6 | 0 | 65 | 312 | 11 | 53 |
| Binary | 1100100 | 1110000 | 1110111 | 10000 | 110 | 0 | 110101 | 11001010 | 1001 | 101011 |
Color Harmonies of #647077
Complementary color
Monochromatic Colors of #647077
Black with #647077
Text Example
Text Example
White with #647077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647077; }
p { color: rgb(100,112,119); }
H1.HeaderClassName
{
color: #647077;
}
.AnyTagClassName
{
color: #647077;
}
</style>
background-color css
<style>
a { background-color: #647077; }
a { background-color: rgb(100,112,119); }
div.DivClassName
{
background-color: #647077;
}
.BgClassName
{
background-color: #647077;
}
</style>
border-color css
<style>
span { border-color: #647077; }
span { border-color: rgb(100,112,119); }
td.TdClassName
{
border-color: #647077;
}
.TagClassName
{
border-color: #647077;
}
</style>