Shades of Dim Gray #726665
Tints of Dim Gray #726665
RGB
CMYK
RGB Variations
Color information
#726665 (or 0x726665) is known color: Dim Gray. HEX triplet: 72, 66 and 65. RGB value is (114,102,101). Sum of RGB (Red+Green+Blue) = 114+102+101=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726665 is #8D999A. Grayscale: #696969. Windows color (decimal): -9279899 or 6645362. OLE color: 6645362.
HSL color Cylindrical-coordinate representation of color #726665: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726665 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 101 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.55 |
| HSL | 4.62º | 0.06% | 0.42% | - |
| HSV(B) | 4.62º | 0.11% | 0.45% | - |
| XYZ | 14.04 | 14.02 | 14.28 | - |
| YUV | 105.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 101 | 0 | 0.11 | 0.11 | 0.55 | 4.62 | 0.06 | 0.42 |
| Hex | 72 | 66 | 65 | 0 | B | B | 37 | 5 | 6 | 2A |
| Octal | 162 | 146 | 145 | 0 | 13 | 13 | 67 | 5 | 6 | 52 |
| Binary | 1110010 | 1100110 | 1100101 | 0 | 1011 | 1011 | 110111 | 101 | 110 | 101010 |
Color Harmonies of #726665
Complementary color
Monochromatic Colors of #726665
Black with #726665
Text Example
Text Example
White with #726665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726665; }
p { color: rgb(114,102,101); }
H1.HeaderClassName
{
color: #726665;
}
.AnyTagClassName
{
color: #726665;
}
</style>
background-color css
<style>
a { background-color: #726665; }
a { background-color: rgb(114,102,101); }
div.DivClassName
{
background-color: #726665;
}
.BgClassName
{
background-color: #726665;
}
</style>
border-color css
<style>
span { border-color: #726665; }
span { border-color: rgb(114,102,101); }
td.TdClassName
{
border-color: #726665;
}
.TagClassName
{
border-color: #726665;
}
</style>