Shades of Mid Grey #676D71
Tints of Mid Grey #676D71
RGB
CMYK
RGB Variations
Color information
#676D71 (or 0x676D71) is known color: Mid Grey. HEX triplet: 67, 6D and 71. RGB value is (103,109,113). Sum of RGB (Red+Green+Blue) = 103+109+113=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 113 - color contains mainly: blue. Hex color #676D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D71 is #98928E. Grayscale: #6B6B6B. Windows color (decimal): -9998991 or 7433575. OLE color: 7433575.
HSL color Cylindrical-coordinate representation of color #676D71: hue angle of 204º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #676D71 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 109 | 113 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.56 |
| HSL | 204º | 0.05% | 0.42% | - |
| HSV(B) | 204º | 0.09% | 0.44% | - |
| XYZ | 14.04 | 15.01 | 17.78 | - |
| YUV | 107.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 113 | 0.09 | 0.04 | 0 | 0.56 | 204 | 0.05 | 0.42 |
| Hex | 67 | 6D | 71 | 9 | 4 | 0 | 38 | CC | 5 | 2A |
| Octal | 147 | 155 | 161 | 11 | 4 | 0 | 70 | 314 | 5 | 52 |
| Binary | 1100111 | 1101101 | 1110001 | 1001 | 100 | 0 | 111000 | 11001100 | 101 | 101010 |
Color Harmonies of #676D71
Complementary color
Monochromatic Colors of #676D71
Black with #676D71
Text Example
Text Example
White with #676D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D71; }
p { color: rgb(103,109,113); }
H1.HeaderClassName
{
color: #676D71;
}
.AnyTagClassName
{
color: #676D71;
}
</style>
background-color css
<style>
a { background-color: #676D71; }
a { background-color: rgb(103,109,113); }
div.DivClassName
{
background-color: #676D71;
}
.BgClassName
{
background-color: #676D71;
}
</style>
border-color css
<style>
span { border-color: #676D71; }
span { border-color: rgb(103,109,113); }
td.TdClassName
{
border-color: #676D71;
}
.TagClassName
{
border-color: #676D71;
}
</style>