Shades of Dim Gray #726968
Tints of Dim Gray #726968
RGB
CMYK
RGB Variations
Color information
#726968 (or 0x726968) is known color: Dim Gray. HEX triplet: 72, 69 and 68. RGB value is (114,105,104). Sum of RGB (Red+Green+Blue) = 114+105+104=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726968 is #8D9697. Grayscale: #6B6B6B. Windows color (decimal): -9279128 or 6842738. OLE color: 6842738.
HSL color Cylindrical-coordinate representation of color #726968: hue angle of 6º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #726968 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 104 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.55 |
| HSL | 6º | 0.05% | 0.43% | - |
| HSV(B) | 6º | 0.09% | 0.45% | - |
| XYZ | 14.49 | 14.68 | 15.17 | - |
| YUV | 107.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 104 | 0 | 0.08 | 0.09 | 0.55 | 6 | 0.05 | 0.43 |
| Hex | 72 | 69 | 68 | 0 | 8 | 9 | 37 | 6 | 5 | 2B |
| Octal | 162 | 151 | 150 | 0 | 10 | 11 | 67 | 6 | 5 | 53 |
| Binary | 1110010 | 1101001 | 1101000 | 0 | 1000 | 1001 | 110111 | 110 | 101 | 101011 |
Color Harmonies of #726968
Complementary color
Monochromatic Colors of #726968
Black with #726968
Text Example
Text Example
White with #726968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726968; }
p { color: rgb(114,105,104); }
H1.HeaderClassName
{
color: #726968;
}
.AnyTagClassName
{
color: #726968;
}
</style>
background-color css
<style>
a { background-color: #726968; }
a { background-color: rgb(114,105,104); }
div.DivClassName
{
background-color: #726968;
}
.BgClassName
{
background-color: #726968;
}
</style>
border-color css
<style>
span { border-color: #726968; }
span { border-color: rgb(114,105,104); }
td.TdClassName
{
border-color: #726968;
}
.TagClassName
{
border-color: #726968;
}
</style>