Shades of Mid Grey #696D72
Tints of Mid Grey #696D72
RGB
CMYK
RGB Variations
Color information
#696D72 (or 0x696D72) is known color: Mid Grey. HEX triplet: 69, 6D and 72. RGB value is (105,109,114). Sum of RGB (Red+Green+Blue) = 105+109+114=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: blue. Hex color #696D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D72 is #96928D. Grayscale: #6C6C6C. Windows color (decimal): -9867918 or 7499113. OLE color: 7499113.
HSL color Cylindrical-coordinate representation of color #696D72: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696D72 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 109 | 114 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.55 |
| HSL | 213.33º | 0.04% | 0.43% | - |
| HSV(B) | 213.33º | 0.08% | 0.45% | - |
| XYZ | 14.33 | 15.16 | 18.09 | - |
| YUV | 108.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 114 | 0.08 | 0.04 | 0 | 0.55 | 213.33 | 0.04 | 0.43 |
| Hex | 69 | 6D | 72 | 8 | 4 | 0 | 37 | D5 | 4 | 2B |
| Octal | 151 | 155 | 162 | 10 | 4 | 0 | 67 | 325 | 4 | 53 |
| Binary | 1101001 | 1101101 | 1110010 | 1000 | 100 | 0 | 110111 | 11010101 | 100 | 101011 |
Color Harmonies of #696D72
Complementary color
Monochromatic Colors of #696D72
Black with #696D72
Text Example
Text Example
White with #696D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D72; }
p { color: rgb(105,109,114); }
H1.HeaderClassName
{
color: #696D72;
}
.AnyTagClassName
{
color: #696D72;
}
</style>
background-color css
<style>
a { background-color: #696D72; }
a { background-color: rgb(105,109,114); }
div.DivClassName
{
background-color: #696D72;
}
.BgClassName
{
background-color: #696D72;
}
</style>
border-color css
<style>
span { border-color: #696D72; }
span { border-color: rgb(105,109,114); }
td.TdClassName
{
border-color: #696D72;
}
.TagClassName
{
border-color: #696D72;
}
</style>