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