Shades of Mid Grey #666C72
Tints of Mid Grey #666C72
RGB
CMYK
RGB Variations
Color information
#666C72 (or 0x666C72) is known color: Mid Grey. HEX triplet: 66, 6C and 72. RGB value is (102,108,114). Sum of RGB (Red+Green+Blue) = 102+108+114=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #666C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C72 is #99938D. Grayscale: #6A6A6A. Windows color (decimal): -10064782 or 7498854. OLE color: 7498854.
HSL color Cylindrical-coordinate representation of color #666C72: hue angle of 210º 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 #666C72 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 108 | 114 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.55 |
| HSL | 210º | 0.06% | 0.42% | - |
| HSV(B) | 210º | 0.11% | 0.45% | - |
| XYZ | 13.88 | 14.76 | 18.04 | - |
| YUV | 106.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 114 | 0.11 | 0.05 | 0 | 0.55 | 210 | 0.06 | 0.42 |
| Hex | 66 | 6C | 72 | B | 5 | 0 | 37 | D2 | 6 | 2A |
| Octal | 146 | 154 | 162 | 13 | 5 | 0 | 67 | 322 | 6 | 52 |
| Binary | 1100110 | 1101100 | 1110010 | 1011 | 101 | 0 | 110111 | 11010010 | 110 | 101010 |
Color Harmonies of #666C72
Complementary color
Monochromatic Colors of #666C72
Black with #666C72
Text Example
Text Example
White with #666C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C72; }
p { color: rgb(102,108,114); }
H1.HeaderClassName
{
color: #666C72;
}
.AnyTagClassName
{
color: #666C72;
}
</style>
background-color css
<style>
a { background-color: #666C72; }
a { background-color: rgb(102,108,114); }
div.DivClassName
{
background-color: #666C72;
}
.BgClassName
{
background-color: #666C72;
}
</style>
border-color css
<style>
span { border-color: #666C72; }
span { border-color: rgb(102,108,114); }
td.TdClassName
{
border-color: #666C72;
}
.TagClassName
{
border-color: #666C72;
}
</style>