Shades of Mid Grey #666D75
Tints of Mid Grey #666D75
RGB
CMYK
RGB Variations
Color information
#666D75 (or 0x666D75) is known color: Mid Grey. HEX triplet: 66, 6D and 75. RGB value is (102,109,117). Sum of RGB (Red+Green+Blue) = 102+109+117=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 117 - color contains mainly: blue. Hex color #666D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D75 is #99928A. Grayscale: #6B6B6B. Windows color (decimal): -10064523 or 7695718. OLE color: 7695718.
HSL color Cylindrical-coordinate representation of color #666D75: hue angle of 212º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666D75 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 109 | 117 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.54 |
| HSL | 212º | 0.07% | 0.43% | - |
| HSV(B) | 212º | 0.13% | 0.46% | - |
| XYZ | 14.16 | 15.05 | 18.99 | - |
| YUV | 107.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 117 | 0.13 | 0.07 | 0 | 0.54 | 212 | 0.07 | 0.43 |
| Hex | 66 | 6D | 75 | D | 7 | 0 | 36 | D4 | 7 | 2B |
| Octal | 146 | 155 | 165 | 15 | 7 | 0 | 66 | 324 | 7 | 53 |
| Binary | 1100110 | 1101101 | 1110101 | 1101 | 111 | 0 | 110110 | 11010100 | 111 | 101011 |
Color Harmonies of #666D75
Complementary color
Monochromatic Colors of #666D75
Black with #666D75
Text Example
Text Example
White with #666D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D75; }
p { color: rgb(102,109,117); }
H1.HeaderClassName
{
color: #666D75;
}
.AnyTagClassName
{
color: #666D75;
}
</style>
background-color css
<style>
a { background-color: #666D75; }
a { background-color: rgb(102,109,117); }
div.DivClassName
{
background-color: #666D75;
}
.BgClassName
{
background-color: #666D75;
}
</style>
border-color css
<style>
span { border-color: #666D75; }
span { border-color: rgb(102,109,117); }
td.TdClassName
{
border-color: #666D75;
}
.TagClassName
{
border-color: #666D75;
}
</style>