Shades of Dim Gray #726363
Tints of Dim Gray #726363
RGB
CMYK
RGB Variations
Color information
#726363 (or 0x726363) is known color: Dim Gray. HEX triplet: 72, 63 and 63. RGB value is (114,99,99). Sum of RGB (Red+Green+Blue) = 114+99+99=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726363 is #8D9C9C. Grayscale: #676767. Windows color (decimal): -9280669 or 6513522. OLE color: 6513522.
HSL color Cylindrical-coordinate representation of color #726363: hue angle of 0º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #726363 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 99 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.55 |
| HSL | 0º | 0.07% | 0.42% | - |
| HSV(B) | 0º | 0.13% | 0.45% | - |
| XYZ | 13.65 | 13.4 | 13.67 | - |
| YUV | 103.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 99 | 0 | 0.13 | 0.13 | 0.55 | 0 | 0.07 | 0.42 |
| Hex | 72 | 63 | 63 | 0 | D | D | 37 | 0 | 7 | 2A |
| Octal | 162 | 143 | 143 | 0 | 15 | 15 | 67 | 0 | 7 | 52 |
| Binary | 1110010 | 1100011 | 1100011 | 0 | 1101 | 1101 | 110111 | 0 | 111 | 101010 |
Color Harmonies of #726363
Complementary color
Monochromatic Colors of #726363
Black with #726363
Text Example
Text Example
White with #726363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726363; }
p { color: rgb(114,99,99); }
H1.HeaderClassName
{
color: #726363;
}
.AnyTagClassName
{
color: #726363;
}
</style>
background-color css
<style>
a { background-color: #726363; }
a { background-color: rgb(114,99,99); }
div.DivClassName
{
background-color: #726363;
}
.BgClassName
{
background-color: #726363;
}
</style>
border-color css
<style>
span { border-color: #726363; }
span { border-color: rgb(114,99,99); }
td.TdClassName
{
border-color: #726363;
}
.TagClassName
{
border-color: #726363;
}
</style>