Shades of Mid Grey #677179
Tints of Mid Grey #677179
RGB
CMYK
RGB Variations
Color information
#677179 (or 0x677179) is known color: Mid Grey. HEX triplet: 67, 71 and 79. RGB value is (103,113,121). Sum of RGB (Red+Green+Blue) = 103+113+121=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #677179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677179 is #988E86. Grayscale: #6E6E6E. Windows color (decimal): -9997959 or 7958887. OLE color: 7958887.
HSL color Cylindrical-coordinate representation of color #677179: 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 #677179 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 113 | 121 | - |
| 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.95 | 16.07 | 20.4 | - |
| YUV | 110.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 113 | 121 | 0.15 | 0.07 | 0 | 0.53 | 206.67 | 0.08 | 0.44 |
| Hex | 67 | 71 | 79 | F | 7 | 0 | 35 | CF | 8 | 2C |
| Octal | 147 | 161 | 171 | 17 | 7 | 0 | 65 | 317 | 10 | 54 |
| Binary | 1100111 | 1110001 | 1111001 | 1111 | 111 | 0 | 110101 | 11001111 | 1000 | 101100 |
Color Harmonies of #677179
Complementary color
Monochromatic Colors of #677179
Black with #677179
Text Example
Text Example
White with #677179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677179; }
p { color: rgb(103,113,121); }
H1.HeaderClassName
{
color: #677179;
}
.AnyTagClassName
{
color: #677179;
}
</style>
background-color css
<style>
a { background-color: #677179; }
a { background-color: rgb(103,113,121); }
div.DivClassName
{
background-color: #677179;
}
.BgClassName
{
background-color: #677179;
}
</style>
border-color css
<style>
span { border-color: #677179; }
span { border-color: rgb(103,113,121); }
td.TdClassName
{
border-color: #677179;
}
.TagClassName
{
border-color: #677179;
}
</style>