Shades of Mid Grey #656F76
Tints of Mid Grey #656F76
RGB
CMYK
RGB Variations
Color information
#656F76 (or 0x656F76) is known color: Mid Grey. HEX triplet: 65, 6F and 76. RGB value is (101,111,118). Sum of RGB (Red+Green+Blue) = 101+111+118=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #656F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F76 is #9A9089. Grayscale: #6C6C6C. Windows color (decimal): -10129546 or 7761765. OLE color: 7761765.
HSL color Cylindrical-coordinate representation of color #656F76: hue angle of 204.71º 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 #656F76 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 111 | 118 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.54 |
| HSL | 204.71º | 0.08% | 0.43% | - |
| HSV(B) | 204.71º | 0.14% | 0.46% | - |
| XYZ | 14.32 | 15.44 | 19.37 | - |
| YUV | 108.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 118 | 0.14 | 0.06 | 0 | 0.54 | 204.71 | 0.08 | 0.43 |
| Hex | 65 | 6F | 76 | E | 6 | 0 | 36 | CD | 8 | 2B |
| Octal | 145 | 157 | 166 | 16 | 6 | 0 | 66 | 315 | 10 | 53 |
| Binary | 1100101 | 1101111 | 1110110 | 1110 | 110 | 0 | 110110 | 11001101 | 1000 | 101011 |
Color Harmonies of #656F76
Complementary color
Monochromatic Colors of #656F76
Black with #656F76
Text Example
Text Example
White with #656F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F76; }
p { color: rgb(101,111,118); }
H1.HeaderClassName
{
color: #656F76;
}
.AnyTagClassName
{
color: #656F76;
}
</style>
background-color css
<style>
a { background-color: #656F76; }
a { background-color: rgb(101,111,118); }
div.DivClassName
{
background-color: #656F76;
}
.BgClassName
{
background-color: #656F76;
}
</style>
border-color css
<style>
span { border-color: #656F76; }
span { border-color: rgb(101,111,118); }
td.TdClassName
{
border-color: #656F76;
}
.TagClassName
{
border-color: #656F76;
}
</style>