Shades of Mid Grey #687177
Tints of Mid Grey #687177
RGB
CMYK
RGB Variations
Color information
#687177 (or 0x687177) is known color: Mid Grey. HEX triplet: 68, 71 and 77. RGB value is (104,113,119). Sum of RGB (Red+Green+Blue) = 104+113+119=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 119 - color contains mainly: blue. Hex color #687177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687177 is #978E88. Grayscale: #6E6E6E. Windows color (decimal): -9932425 or 7827816. OLE color: 7827816.
HSL color Cylindrical-coordinate representation of color #687177: hue angle of 204º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #687177 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 113 | 119 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.53 |
| HSL | 204º | 0.07% | 0.44% | - |
| HSV(B) | 204º | 0.13% | 0.47% | - |
| XYZ | 14.94 | 16.09 | 19.77 | - |
| YUV | 110.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 119 | 0.13 | 0.05 | 0 | 0.53 | 204 | 0.07 | 0.44 |
| Hex | 68 | 71 | 77 | D | 5 | 0 | 35 | CC | 7 | 2C |
| Octal | 150 | 161 | 167 | 15 | 5 | 0 | 65 | 314 | 7 | 54 |
| Binary | 1101000 | 1110001 | 1110111 | 1101 | 101 | 0 | 110101 | 11001100 | 111 | 101100 |
Color Harmonies of #687177
Complementary color
Monochromatic Colors of #687177
Black with #687177
Text Example
Text Example
White with #687177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687177; }
p { color: rgb(104,113,119); }
H1.HeaderClassName
{
color: #687177;
}
.AnyTagClassName
{
color: #687177;
}
</style>
background-color css
<style>
a { background-color: #687177; }
a { background-color: rgb(104,113,119); }
div.DivClassName
{
background-color: #687177;
}
.BgClassName
{
background-color: #687177;
}
</style>
border-color css
<style>
span { border-color: #687177; }
span { border-color: rgb(104,113,119); }
td.TdClassName
{
border-color: #687177;
}
.TagClassName
{
border-color: #687177;
}
</style>