Shades of Mid Grey #687075
Tints of Mid Grey #687075
RGB
CMYK
RGB Variations
Color information
#687075 (or 0x687075) is known color: Mid Grey. HEX triplet: 68, 70 and 75. RGB value is (104,112,117). Sum of RGB (Red+Green+Blue) = 104+112+117=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #687075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687075 is #978F8A. Grayscale: #6E6E6E. Windows color (decimal): -9932683 or 7696488. OLE color: 7696488.
HSL color Cylindrical-coordinate representation of color #687075: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #687075 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 112 | 117 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.54 |
| HSL | 203.08º | 0.06% | 0.43% | - |
| HSV(B) | 203.08º | 0.11% | 0.46% | - |
| XYZ | 14.71 | 15.82 | 19.11 | - |
| YUV | 110.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 117 | 0.11 | 0.04 | 0 | 0.54 | 203.08 | 0.06 | 0.43 |
| Hex | 68 | 70 | 75 | B | 4 | 0 | 36 | CB | 6 | 2B |
| Octal | 150 | 160 | 165 | 13 | 4 | 0 | 66 | 313 | 6 | 53 |
| Binary | 1101000 | 1110000 | 1110101 | 1011 | 100 | 0 | 110110 | 11001011 | 110 | 101011 |
Color Harmonies of #687075
Complementary color
Monochromatic Colors of #687075
Black with #687075
Text Example
Text Example
White with #687075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687075; }
p { color: rgb(104,112,117); }
H1.HeaderClassName
{
color: #687075;
}
.AnyTagClassName
{
color: #687075;
}
</style>
background-color css
<style>
a { background-color: #687075; }
a { background-color: rgb(104,112,117); }
div.DivClassName
{
background-color: #687075;
}
.BgClassName
{
background-color: #687075;
}
</style>
border-color css
<style>
span { border-color: #687075; }
span { border-color: rgb(104,112,117); }
td.TdClassName
{
border-color: #687075;
}
.TagClassName
{
border-color: #687075;
}
</style>