Shades of Dim Gray #756565
Tints of Dim Gray #756565
RGB
CMYK
RGB Variations
Color information
#756565 (or 0x756565) is known color: Dim Gray. HEX triplet: 75, 65 and 65. RGB value is (117,101,101). Sum of RGB (Red+Green+Blue) = 117+101+101=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756565 is #8A9A9A. Grayscale: #696969. Windows color (decimal): -9083547 or 6645109. OLE color: 6645109.
HSL color Cylindrical-coordinate representation of color #756565: hue angle of 0º 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 #756565 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 101 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.54 |
| HSL | 0º | 0.07% | 0.43% | - |
| HSV(B) | 0º | 0.14% | 0.46% | - |
| XYZ | 14.34 | 14.03 | 14.26 | - |
| YUV | 105.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 101 | 0 | 0.14 | 0.14 | 0.54 | 0 | 0.07 | 0.43 |
| Hex | 75 | 65 | 65 | 0 | E | E | 36 | 0 | 7 | 2B |
| Octal | 165 | 145 | 145 | 0 | 16 | 16 | 66 | 0 | 7 | 53 |
| Binary | 1110101 | 1100101 | 1100101 | 0 | 1110 | 1110 | 110110 | 0 | 111 | 101011 |
Color Harmonies of #756565
Complementary color
Monochromatic Colors of #756565
Black with #756565
Text Example
Text Example
White with #756565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756565; }
p { color: rgb(117,101,101); }
H1.HeaderClassName
{
color: #756565;
}
.AnyTagClassName
{
color: #756565;
}
</style>
background-color css
<style>
a { background-color: #756565; }
a { background-color: rgb(117,101,101); }
div.DivClassName
{
background-color: #756565;
}
.BgClassName
{
background-color: #756565;
}
</style>
border-color css
<style>
span { border-color: #756565; }
span { border-color: rgb(117,101,101); }
td.TdClassName
{
border-color: #756565;
}
.TagClassName
{
border-color: #756565;
}
</style>