Shades of Dim Gray #726A69
Tints of Dim Gray #726A69
RGB
CMYK
RGB Variations
Color information
#726A69 (or 0x726A69) is known color: Dim Gray. HEX triplet: 72, 6A and 69. RGB value is (114,106,105). Sum of RGB (Red+Green+Blue) = 114+106+105=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A69 is #8D9596. Grayscale: #6C6C6C. Windows color (decimal): -9278871 or 6908530. OLE color: 6908530.
HSL color Cylindrical-coordinate representation of color #726A69: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #726A69 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 105 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.55 |
| HSL | 6.67º | 0.04% | 0.43% | - |
| HSV(B) | 6.67º | 0.08% | 0.45% | - |
| XYZ | 14.64 | 14.91 | 15.47 | - |
| YUV | 108.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 105 | 0 | 0.07 | 0.08 | 0.55 | 6.67 | 0.04 | 0.43 |
| Hex | 72 | 6A | 69 | 0 | 7 | 8 | 37 | 7 | 4 | 2B |
| Octal | 162 | 152 | 151 | 0 | 7 | 10 | 67 | 7 | 4 | 53 |
| Binary | 1110010 | 1101010 | 1101001 | 0 | 111 | 1000 | 110111 | 111 | 100 | 101011 |
Color Harmonies of #726A69
Complementary color
Monochromatic Colors of #726A69
Black with #726A69
Text Example
Text Example
White with #726A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A69; }
p { color: rgb(114,106,105); }
H1.HeaderClassName
{
color: #726A69;
}
.AnyTagClassName
{
color: #726A69;
}
</style>
background-color css
<style>
a { background-color: #726A69; }
a { background-color: rgb(114,106,105); }
div.DivClassName
{
background-color: #726A69;
}
.BgClassName
{
background-color: #726A69;
}
</style>
border-color css
<style>
span { border-color: #726A69; }
span { border-color: rgb(114,106,105); }
td.TdClassName
{
border-color: #726A69;
}
.TagClassName
{
border-color: #726A69;
}
</style>