Shades of Dim Gray #767373
Tints of Dim Gray #767373
RGB
CMYK
RGB Variations
Color information
#767373 (or 0x767373) is known color: Dim Gray. HEX triplet: 76, 73 and 73. RGB value is (118,115,115). Sum of RGB (Red+Green+Blue) = 118+115+115=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 118 - color contains mainly: red. Hex color #767373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767373 is #898C8C. Grayscale: #737373. Windows color (decimal): -9014413 or 7566198. OLE color: 7566198.
HSL color Cylindrical-coordinate representation of color #767373: hue angle of 0º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767373 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 115 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.54 |
| HSL | 0º | 0.01% | 0.46% | - |
| HSV(B) | 0º | 0.03% | 0.46% | - |
| XYZ | 16.7 | 17.35 | 18.69 | - |
| YUV | 115.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 115 | 0 | 0.03 | 0.03 | 0.54 | 0 | 0.01 | 0.46 |
| Hex | 76 | 73 | 73 | 0 | 3 | 3 | 36 | 0 | 1 | 2E |
| Octal | 166 | 163 | 163 | 0 | 3 | 3 | 66 | 0 | 1 | 56 |
| Binary | 1110110 | 1110011 | 1110011 | 0 | 11 | 11 | 110110 | 0 | 1 | 101110 |
Color Harmonies of #767373
Complementary color
Monochromatic Colors of #767373
Black with #767373
Text Example
Text Example
White with #767373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767373; }
p { color: rgb(118,115,115); }
H1.HeaderClassName
{
color: #767373;
}
.AnyTagClassName
{
color: #767373;
}
</style>
background-color css
<style>
a { background-color: #767373; }
a { background-color: rgb(118,115,115); }
div.DivClassName
{
background-color: #767373;
}
.BgClassName
{
background-color: #767373;
}
</style>
border-color css
<style>
span { border-color: #767373; }
span { border-color: rgb(118,115,115); }
td.TdClassName
{
border-color: #767373;
}
.TagClassName
{
border-color: #767373;
}
</style>