Shades of Mid Grey #667078
Tints of Mid Grey #667078
RGB
CMYK
RGB Variations
Color information
#667078 (or 0x667078) is known color: Mid Grey. HEX triplet: 66, 70 and 78. RGB value is (102,112,120). Sum of RGB (Red+Green+Blue) = 102+112+120=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #667078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667078 is #998F87. Grayscale: #6D6D6D. Windows color (decimal): -10063752 or 7893094. OLE color: 7893094.
HSL color Cylindrical-coordinate representation of color #667078: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667078 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 112 | 120 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.53 |
| HSL | 206.67º | 0.08% | 0.44% | - |
| HSV(B) | 206.67º | 0.15% | 0.47% | - |
| XYZ | 14.66 | 15.77 | 20.04 | - |
| YUV | 109.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 120 | 0.15 | 0.07 | 0 | 0.53 | 206.67 | 0.08 | 0.44 |
| Hex | 66 | 70 | 78 | F | 7 | 0 | 35 | CF | 8 | 2C |
| Octal | 146 | 160 | 170 | 17 | 7 | 0 | 65 | 317 | 10 | 54 |
| Binary | 1100110 | 1110000 | 1111000 | 1111 | 111 | 0 | 110101 | 11001111 | 1000 | 101100 |
Color Harmonies of #667078
Complementary color
Monochromatic Colors of #667078
Black with #667078
Text Example
Text Example
White with #667078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667078; }
p { color: rgb(102,112,120); }
H1.HeaderClassName
{
color: #667078;
}
.AnyTagClassName
{
color: #667078;
}
</style>
background-color css
<style>
a { background-color: #667078; }
a { background-color: rgb(102,112,120); }
div.DivClassName
{
background-color: #667078;
}
.BgClassName
{
background-color: #667078;
}
</style>
border-color css
<style>
span { border-color: #667078; }
span { border-color: rgb(102,112,120); }
td.TdClassName
{
border-color: #667078;
}
.TagClassName
{
border-color: #667078;
}
</style>