Shades of Dim Gray #747373
Tints of Dim Gray #747373
RGB
CMYK
RGB Variations
Color information
#747373 (or 0x747373) is known color: Dim Gray. HEX triplet: 74, 73 and 73. RGB value is (116,115,115). Sum of RGB (Red+Green+Blue) = 116+115+115=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 116 - color contains mainly: red. Hex color #747373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747373 is #8B8C8C. Grayscale: #737373. Windows color (decimal): -9145485 or 7566196. OLE color: 7566196.
HSL color Cylindrical-coordinate representation of color #747373: hue angle of 0º degrees, saturation: 0, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #747373 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 115 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.55 |
| HSL | 0º | 0% | 0.45% | - |
| HSV(B) | 0º | 0.01% | 0.45% | - |
| XYZ | 16.43 | 17.21 | 18.68 | - |
| YUV | 115.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 115 | 0 | 0.01 | 0.01 | 0.55 | 0 | 0 | 0.45 |
| Hex | 74 | 73 | 73 | 0 | 1 | 1 | 37 | 0 | 0 | 2D |
| Octal | 164 | 163 | 163 | 0 | 1 | 1 | 67 | 0 | 0 | 55 |
| Binary | 1110100 | 1110011 | 1110011 | 0 | 1 | 1 | 110111 | 0 | 0 | 101101 |
Color Harmonies of #747373
Complementary color
Monochromatic Colors of #747373
Black with #747373
Text Example
Text Example
White with #747373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747373; }
p { color: rgb(116,115,115); }
H1.HeaderClassName
{
color: #747373;
}
.AnyTagClassName
{
color: #747373;
}
</style>
background-color css
<style>
a { background-color: #747373; }
a { background-color: rgb(116,115,115); }
div.DivClassName
{
background-color: #747373;
}
.BgClassName
{
background-color: #747373;
}
</style>
border-color css
<style>
span { border-color: #747373; }
span { border-color: rgb(116,115,115); }
td.TdClassName
{
border-color: #747373;
}
.TagClassName
{
border-color: #747373;
}
</style>