Shades of Mid Grey #64707A
Tints of Mid Grey #64707A
RGB
CMYK
RGB Variations
Color information
#64707A (or 0x64707A) is known color: Mid Grey. HEX triplet: 64, 70 and 7A. RGB value is (100,112,122). Sum of RGB (Red+Green+Blue) = 100+112+122=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #64707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64707A is #9B8F85. Grayscale: #6D6D6D. Windows color (decimal): -10194822 or 8024164. OLE color: 8024164.
HSL color Cylindrical-coordinate representation of color #64707A: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #64707A is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 112 | 122 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.52 |
| HSL | 207.27º | 0.1% | 0.44% | - |
| HSV(B) | 207.27º | 0.18% | 0.48% | - |
| XYZ | 14.56 | 15.7 | 20.68 | - |
| YUV | 109.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 122 | 0.18 | 0.08 | 0 | 0.52 | 207.27 | 0.1 | 0.44 |
| Hex | 64 | 70 | 7A | 12 | 8 | 0 | 34 | CF | A | 2C |
| Octal | 144 | 160 | 172 | 22 | 10 | 0 | 64 | 317 | 12 | 54 |
| Binary | 1100100 | 1110000 | 1111010 | 10010 | 1000 | 0 | 110100 | 11001111 | 1010 | 101100 |
Color Harmonies of #64707A
Complementary color
Monochromatic Colors of #64707A
Black with #64707A
Text Example
Text Example
White with #64707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64707A; }
p { color: rgb(100,112,122); }
H1.HeaderClassName
{
color: #64707A;
}
.AnyTagClassName
{
color: #64707A;
}
</style>
background-color css
<style>
a { background-color: #64707A; }
a { background-color: rgb(100,112,122); }
div.DivClassName
{
background-color: #64707A;
}
.BgClassName
{
background-color: #64707A;
}
</style>
border-color css
<style>
span { border-color: #64707A; }
span { border-color: rgb(100,112,122); }
td.TdClassName
{
border-color: #64707A;
}
.TagClassName
{
border-color: #64707A;
}
</style>