Shades of Mid Grey #666F74
Tints of Mid Grey #666F74
RGB
CMYK
RGB Variations
Color information
#666F74 (or 0x666F74) is known color: Mid Grey. HEX triplet: 66, 6F and 74. RGB value is (102,111,116). Sum of RGB (Red+Green+Blue) = 102+111+116=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #666F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F74 is #99908B. Grayscale: #6C6C6C. Windows color (decimal): -10064012 or 7630694. OLE color: 7630694.
HSL color Cylindrical-coordinate representation of color #666F74: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666F74 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 111 | 116 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.55 |
| HSL | 201.43º | 0.06% | 0.43% | - |
| HSV(B) | 201.43º | 0.12% | 0.45% | - |
| XYZ | 14.32 | 15.45 | 18.75 | - |
| YUV | 108.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 116 | 0.12 | 0.04 | 0 | 0.55 | 201.43 | 0.06 | 0.43 |
| Hex | 66 | 6F | 74 | C | 4 | 0 | 37 | C9 | 6 | 2B |
| Octal | 146 | 157 | 164 | 14 | 4 | 0 | 67 | 311 | 6 | 53 |
| Binary | 1100110 | 1101111 | 1110100 | 1100 | 100 | 0 | 110111 | 11001001 | 110 | 101011 |
Color Harmonies of #666F74
Complementary color
Monochromatic Colors of #666F74
Black with #666F74
Text Example
Text Example
White with #666F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F74; }
p { color: rgb(102,111,116); }
H1.HeaderClassName
{
color: #666F74;
}
.AnyTagClassName
{
color: #666F74;
}
</style>
background-color css
<style>
a { background-color: #666F74; }
a { background-color: rgb(102,111,116); }
div.DivClassName
{
background-color: #666F74;
}
.BgClassName
{
background-color: #666F74;
}
</style>
border-color css
<style>
span { border-color: #666F74; }
span { border-color: rgb(102,111,116); }
td.TdClassName
{
border-color: #666F74;
}
.TagClassName
{
border-color: #666F74;
}
</style>