Shades of Dim Gray #747070
Tints of Dim Gray #747070
RGB
CMYK
RGB Variations
Color information
#747070 (or 0x747070) is known color: Dim Gray. HEX triplet: 74, 70 and 70. RGB value is (116,112,112). Sum of RGB (Red+Green+Blue) = 116+112+112=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 116 - color contains mainly: red. Hex color #747070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747070 is #8B8F8F. Grayscale: #717171. Windows color (decimal): -9146256 or 7368820. OLE color: 7368820.
HSL color Cylindrical-coordinate representation of color #747070: hue angle of 0º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747070 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 112 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.55 |
| HSL | 0º | 0.02% | 0.45% | - |
| HSV(B) | 0º | 0.03% | 0.45% | - |
| XYZ | 15.92 | 16.47 | 17.67 | - |
| YUV | 113.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 112 | 0 | 0.03 | 0.03 | 0.55 | 0 | 0.02 | 0.45 |
| Hex | 74 | 70 | 70 | 0 | 3 | 3 | 37 | 0 | 2 | 2D |
| Octal | 164 | 160 | 160 | 0 | 3 | 3 | 67 | 0 | 2 | 55 |
| Binary | 1110100 | 1110000 | 1110000 | 0 | 11 | 11 | 110111 | 0 | 10 | 101101 |
Color Harmonies of #747070
Complementary color
Monochromatic Colors of #747070
Black with #747070
Text Example
Text Example
White with #747070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747070; }
p { color: rgb(116,112,112); }
H1.HeaderClassName
{
color: #747070;
}
.AnyTagClassName
{
color: #747070;
}
</style>
background-color css
<style>
a { background-color: #747070; }
a { background-color: rgb(116,112,112); }
div.DivClassName
{
background-color: #747070;
}
.BgClassName
{
background-color: #747070;
}
</style>
border-color css
<style>
span { border-color: #747070; }
span { border-color: rgb(116,112,112); }
td.TdClassName
{
border-color: #747070;
}
.TagClassName
{
border-color: #747070;
}
</style>