Shades of Mid Grey #677177
Tints of Mid Grey #677177
RGB
CMYK
RGB Variations
Color information
#677177 (or 0x677177) is known color: Mid Grey. HEX triplet: 67, 71 and 77. RGB value is (103,113,119). Sum of RGB (Red+Green+Blue) = 103+113+119=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #677177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677177 is #988E88. Grayscale: #6E6E6E. Windows color (decimal): -9997961 or 7827815. OLE color: 7827815.
HSL color Cylindrical-coordinate representation of color #677177: hue angle of 202.5º 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 #677177 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 113 | 119 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.53 |
| HSL | 202.5º | 0.07% | 0.44% | - |
| HSV(B) | 202.5º | 0.13% | 0.47% | - |
| XYZ | 14.83 | 16.03 | 19.76 | - |
| YUV | 110.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 119 | 0.13 | 0.05 | 0 | 0.53 | 202.5 | 0.07 | 0.44 |
| Hex | 67 | 71 | 77 | D | 5 | 0 | 35 | CA | 7 | 2C |
| Octal | 147 | 161 | 167 | 15 | 5 | 0 | 65 | 312 | 7 | 54 |
| Binary | 1100111 | 1110001 | 1110111 | 1101 | 101 | 0 | 110101 | 11001010 | 111 | 101100 |
Color Harmonies of #677177
Complementary color
Monochromatic Colors of #677177
Black with #677177
Text Example
Text Example
White with #677177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677177; }
p { color: rgb(103,113,119); }
H1.HeaderClassName
{
color: #677177;
}
.AnyTagClassName
{
color: #677177;
}
</style>
background-color css
<style>
a { background-color: #677177; }
a { background-color: rgb(103,113,119); }
div.DivClassName
{
background-color: #677177;
}
.BgClassName
{
background-color: #677177;
}
</style>
border-color css
<style>
span { border-color: #677177; }
span { border-color: rgb(103,113,119); }
td.TdClassName
{
border-color: #677177;
}
.TagClassName
{
border-color: #677177;
}
</style>