Shades of Mid Grey #666D72
Tints of Mid Grey #666D72
RGB
CMYK
RGB Variations
Color information
#666D72 (or 0x666D72) is known color: Mid Grey. HEX triplet: 66, 6D and 72. RGB value is (102,109,114). Sum of RGB (Red+Green+Blue) = 102+109+114=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #666D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D72 is #99928D. Grayscale: #6B6B6B. Windows color (decimal): -10064526 or 7499110. OLE color: 7499110.
HSL color Cylindrical-coordinate representation of color #666D72: hue angle of 205º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666D72 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 109 | 114 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.55 |
| HSL | 205º | 0.06% | 0.42% | - |
| HSV(B) | 205º | 0.11% | 0.45% | - |
| XYZ | 13.99 | 14.98 | 18.07 | - |
| YUV | 107.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 114 | 0.11 | 0.04 | 0 | 0.55 | 205 | 0.06 | 0.42 |
| Hex | 66 | 6D | 72 | B | 4 | 0 | 37 | CD | 6 | 2A |
| Octal | 146 | 155 | 162 | 13 | 4 | 0 | 67 | 315 | 6 | 52 |
| Binary | 1100110 | 1101101 | 1110010 | 1011 | 100 | 0 | 110111 | 11001101 | 110 | 101010 |
Color Harmonies of #666D72
Complementary color
Monochromatic Colors of #666D72
Black with #666D72
Text Example
Text Example
White with #666D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D72; }
p { color: rgb(102,109,114); }
H1.HeaderClassName
{
color: #666D72;
}
.AnyTagClassName
{
color: #666D72;
}
</style>
background-color css
<style>
a { background-color: #666D72; }
a { background-color: rgb(102,109,114); }
div.DivClassName
{
background-color: #666D72;
}
.BgClassName
{
background-color: #666D72;
}
</style>
border-color css
<style>
span { border-color: #666D72; }
span { border-color: rgb(102,109,114); }
td.TdClassName
{
border-color: #666D72;
}
.TagClassName
{
border-color: #666D72;
}
</style>