Shades of Mid Grey #656D72
Tints of Mid Grey #656D72
RGB
CMYK
RGB Variations
Color information
#656D72 (or 0x656D72) is known color: Mid Grey. HEX triplet: 65, 6D and 72. RGB value is (101,109,114). Sum of RGB (Red+Green+Blue) = 101+109+114=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #656D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D72 is #9A928D. Grayscale: #6B6B6B. Windows color (decimal): -10130062 or 7499109. OLE color: 7499109.
HSL color Cylindrical-coordinate representation of color #656D72: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656D72 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 109 | 114 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.55 |
| HSL | 203.08º | 0.06% | 0.42% | - |
| HSV(B) | 203.08º | 0.11% | 0.45% | - |
| XYZ | 13.87 | 14.92 | 18.07 | - |
| YUV | 107.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 114 | 0.11 | 0.04 | 0 | 0.55 | 203.08 | 0.06 | 0.42 |
| Hex | 65 | 6D | 72 | B | 4 | 0 | 37 | CB | 6 | 2A |
| Octal | 145 | 155 | 162 | 13 | 4 | 0 | 67 | 313 | 6 | 52 |
| Binary | 1100101 | 1101101 | 1110010 | 1011 | 100 | 0 | 110111 | 11001011 | 110 | 101010 |
Color Harmonies of #656D72
Complementary color
Monochromatic Colors of #656D72
Black with #656D72
Text Example
Text Example
White with #656D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D72; }
p { color: rgb(101,109,114); }
H1.HeaderClassName
{
color: #656D72;
}
.AnyTagClassName
{
color: #656D72;
}
</style>
background-color css
<style>
a { background-color: #656D72; }
a { background-color: rgb(101,109,114); }
div.DivClassName
{
background-color: #656D72;
}
.BgClassName
{
background-color: #656D72;
}
</style>
border-color css
<style>
span { border-color: #656D72; }
span { border-color: rgb(101,109,114); }
td.TdClassName
{
border-color: #656D72;
}
.TagClassName
{
border-color: #656D72;
}
</style>