Shades of Mid Grey #677075
Tints of Mid Grey #677075
RGB
CMYK
RGB Variations
Color information
#677075 (or 0x677075) is known color: Mid Grey. HEX triplet: 67, 70 and 75. RGB value is (103,112,117). Sum of RGB (Red+Green+Blue) = 103+112+117=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #677075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677075 is #988F8A. Grayscale: #6D6D6D. Windows color (decimal): -9998219 or 7696487. OLE color: 7696487.
HSL color Cylindrical-coordinate representation of color #677075: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #677075 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 112 | 117 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.54 |
| HSL | 201.43º | 0.06% | 0.43% | - |
| HSV(B) | 201.43º | 0.12% | 0.46% | - |
| XYZ | 14.6 | 15.76 | 19.1 | - |
| YUV | 109.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 117 | 0.12 | 0.04 | 0 | 0.54 | 201.43 | 0.06 | 0.43 |
| Hex | 67 | 70 | 75 | C | 4 | 0 | 36 | C9 | 6 | 2B |
| Octal | 147 | 160 | 165 | 14 | 4 | 0 | 66 | 311 | 6 | 53 |
| Binary | 1100111 | 1110000 | 1110101 | 1100 | 100 | 0 | 110110 | 11001001 | 110 | 101011 |
Color Harmonies of #677075
Complementary color
Monochromatic Colors of #677075
Black with #677075
Text Example
Text Example
White with #677075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677075; }
p { color: rgb(103,112,117); }
H1.HeaderClassName
{
color: #677075;
}
.AnyTagClassName
{
color: #677075;
}
</style>
background-color css
<style>
a { background-color: #677075; }
a { background-color: rgb(103,112,117); }
div.DivClassName
{
background-color: #677075;
}
.BgClassName
{
background-color: #677075;
}
</style>
border-color css
<style>
span { border-color: #677075; }
span { border-color: rgb(103,112,117); }
td.TdClassName
{
border-color: #677075;
}
.TagClassName
{
border-color: #677075;
}
</style>