Shades of Mid Grey #656E76
Tints of Mid Grey #656E76
RGB
CMYK
RGB Variations
Color information
#656E76 (or 0x656E76) is known color: Mid Grey. HEX triplet: 65, 6E and 76. RGB value is (101,110,118). Sum of RGB (Red+Green+Blue) = 101+110+118=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #656E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E76 is #9A9189. Grayscale: #6C6C6C. Windows color (decimal): -10129802 or 7761509. OLE color: 7761509.
HSL color Cylindrical-coordinate representation of color #656E76: hue angle of 208.24º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #656E76 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 110 | 118 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.54 |
| HSL | 208.24º | 0.08% | 0.43% | - |
| HSV(B) | 208.24º | 0.14% | 0.46% | - |
| XYZ | 14.21 | 15.23 | 19.33 | - |
| YUV | 108.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 118 | 0.14 | 0.07 | 0 | 0.54 | 208.24 | 0.08 | 0.43 |
| Hex | 65 | 6E | 76 | E | 7 | 0 | 36 | D0 | 8 | 2B |
| Octal | 145 | 156 | 166 | 16 | 7 | 0 | 66 | 320 | 10 | 53 |
| Binary | 1100101 | 1101110 | 1110110 | 1110 | 111 | 0 | 110110 | 11010000 | 1000 | 101011 |
Color Harmonies of #656E76
Complementary color
Monochromatic Colors of #656E76
Black with #656E76
Text Example
Text Example
White with #656E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E76; }
p { color: rgb(101,110,118); }
H1.HeaderClassName
{
color: #656E76;
}
.AnyTagClassName
{
color: #656E76;
}
</style>
background-color css
<style>
a { background-color: #656E76; }
a { background-color: rgb(101,110,118); }
div.DivClassName
{
background-color: #656E76;
}
.BgClassName
{
background-color: #656E76;
}
</style>
border-color css
<style>
span { border-color: #656E76; }
span { border-color: rgb(101,110,118); }
td.TdClassName
{
border-color: #656E76;
}
.TagClassName
{
border-color: #656E76;
}
</style>