Shades of Mid Grey #656F75
Tints of Mid Grey #656F75
RGB
CMYK
RGB Variations
Color information
#656F75 (or 0x656F75) is known color: Mid Grey. HEX triplet: 65, 6F and 75. RGB value is (101,111,117). Sum of RGB (Red+Green+Blue) = 101+111+117=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #656F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F75 is #9A908A. Grayscale: #6C6C6C. Windows color (decimal): -10129547 or 7696229. OLE color: 7696229.
HSL color Cylindrical-coordinate representation of color #656F75: hue angle of 202.5º degrees, saturation: 0.07, 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 #656F75 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 111 | 117 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.54 |
| HSL | 202.5º | 0.07% | 0.43% | - |
| HSV(B) | 202.5º | 0.14% | 0.46% | - |
| XYZ | 14.26 | 15.42 | 19.05 | - |
| YUV | 108.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 117 | 0.14 | 0.05 | 0 | 0.54 | 202.5 | 0.07 | 0.43 |
| Hex | 65 | 6F | 75 | E | 5 | 0 | 36 | CA | 7 | 2B |
| Octal | 145 | 157 | 165 | 16 | 5 | 0 | 66 | 312 | 7 | 53 |
| Binary | 1100101 | 1101111 | 1110101 | 1110 | 101 | 0 | 110110 | 11001010 | 111 | 101011 |
Color Harmonies of #656F75
Complementary color
Monochromatic Colors of #656F75
Black with #656F75
Text Example
Text Example
White with #656F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F75; }
p { color: rgb(101,111,117); }
H1.HeaderClassName
{
color: #656F75;
}
.AnyTagClassName
{
color: #656F75;
}
</style>
background-color css
<style>
a { background-color: #656F75; }
a { background-color: rgb(101,111,117); }
div.DivClassName
{
background-color: #656F75;
}
.BgClassName
{
background-color: #656F75;
}
</style>
border-color css
<style>
span { border-color: #656F75; }
span { border-color: rgb(101,111,117); }
td.TdClassName
{
border-color: #656F75;
}
.TagClassName
{
border-color: #656F75;
}
</style>