Shades of Dim Gray #726F6F
Tints of Dim Gray #726F6F
RGB
CMYK
RGB Variations
Color information
#726F6F (or 0x726F6F) is known color: Dim Gray. HEX triplet: 72, 6F and 6F. RGB value is (114,111,111). Sum of RGB (Red+Green+Blue) = 114+111+111=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 114 - color contains mainly: red. Hex color #726F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F6F is #8D9090. Grayscale: #6F6F6F. Windows color (decimal): -9277585 or 7303026. OLE color: 7303026.
HSL color Cylindrical-coordinate representation of color #726F6F: hue angle of 0º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #726F6F is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 111 | 111 | - |
CMYK | 0 | 0.03 | 0.03 | 0.55 |
HSL | 0º | 0.01% | 0.44% | - |
HSV(B) | 0º | 0.03% | 0.45% | - |
XYZ | 15.49 | 16.09 | 17.33 | - |
YUV | 111.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 111 | 111 | 0 | 0.03 | 0.03 | 0.55 | 0 | 0.01 | 0.44 |
Hex | 72 | 6F | 6F | 0 | 3 | 3 | 37 | 0 | 1 | 2C |
Octal | 162 | 157 | 157 | 0 | 3 | 3 | 67 | 0 | 1 | 54 |
Binary | 1110010 | 1101111 | 1101111 | 0 | 11 | 11 | 110111 | 0 | 1 | 101100 |
Color Harmonies of #726F6F
Complementary color
Monochromatic Colors of #726F6F
Black with #726F6F
Text Example
Text Example
White with #726F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F6F; }
p { color: rgb(114,111,111); }
H1.HeaderClassName
{
color: #726F6F;
}
.AnyTagClassName
{
color: #726F6F;
}
</style>
background-color css
<style>
a { background-color: #726F6F; }
a { background-color: rgb(114,111,111); }
div.DivClassName
{
background-color: #726F6F;
}
.BgClassName
{
background-color: #726F6F;
}
</style>
border-color css
<style>
span { border-color: #726F6F; }
span { border-color: rgb(114,111,111); }
td.TdClassName
{
border-color: #726F6F;
}
.TagClassName
{
border-color: #726F6F;
}
</style>