Shades of Dim Gray #757070
Tints of Dim Gray #757070
RGB
CMYK
RGB Variations
Color information
#757070 (or 0x757070) is known color: Dim Gray. HEX triplet: 75, 70 and 70. RGB value is (117,112,112). Sum of RGB (Red+Green+Blue) = 117+112+112=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #757070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757070 is #8A8F8F. Grayscale: #717171. Windows color (decimal): -9080720 or 7368821. OLE color: 7368821.
HSL color Cylindrical-coordinate representation of color #757070: hue angle of 0º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757070 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 112 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.54 |
| HSL | 0º | 0.02% | 0.45% | - |
| HSV(B) | 0º | 0.04% | 0.46% | - |
| XYZ | 16.05 | 16.54 | 17.68 | - |
| YUV | 113.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 112 | 0 | 0.04 | 0.04 | 0.54 | 0 | 0.02 | 0.45 |
| Hex | 75 | 70 | 70 | 0 | 4 | 4 | 36 | 0 | 2 | 2D |
| Octal | 165 | 160 | 160 | 0 | 4 | 4 | 66 | 0 | 2 | 55 |
| Binary | 1110101 | 1110000 | 1110000 | 0 | 100 | 100 | 110110 | 0 | 10 | 101101 |
Color Harmonies of #757070
Complementary color
Monochromatic Colors of #757070
Black with #757070
Text Example
Text Example
White with #757070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757070; }
p { color: rgb(117,112,112); }
H1.HeaderClassName
{
color: #757070;
}
.AnyTagClassName
{
color: #757070;
}
</style>
background-color css
<style>
a { background-color: #757070; }
a { background-color: rgb(117,112,112); }
div.DivClassName
{
background-color: #757070;
}
.BgClassName
{
background-color: #757070;
}
</style>
border-color css
<style>
span { border-color: #757070; }
span { border-color: rgb(117,112,112); }
td.TdClassName
{
border-color: #757070;
}
.TagClassName
{
border-color: #757070;
}
</style>