Shades of Dim Gray #767272
Tints of Dim Gray #767272
RGB
CMYK
RGB Variations
Color information
#767272 (or 0x767272) is known color: Dim Gray. HEX triplet: 76, 72 and 72. RGB value is (118,114,114). Sum of RGB (Red+Green+Blue) = 118+114+114=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 118 - color contains mainly: red. Hex color #767272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767272 is #898D8D. Grayscale: #737373. Windows color (decimal): -9014670 or 7500406. OLE color: 7500406.
HSL color Cylindrical-coordinate representation of color #767272: hue angle of 0º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #767272 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 114 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.54 |
| HSL | 0º | 0.02% | 0.45% | - |
| HSV(B) | 0º | 0.03% | 0.46% | - |
| XYZ | 16.53 | 17.1 | 18.35 | - |
| YUV | 115.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 114 | 0 | 0.03 | 0.03 | 0.54 | 0 | 0.02 | 0.45 |
| Hex | 76 | 72 | 72 | 0 | 3 | 3 | 36 | 0 | 2 | 2D |
| Octal | 166 | 162 | 162 | 0 | 3 | 3 | 66 | 0 | 2 | 55 |
| Binary | 1110110 | 1110010 | 1110010 | 0 | 11 | 11 | 110110 | 0 | 10 | 101101 |
Color Harmonies of #767272
Complementary color
Monochromatic Colors of #767272
Black with #767272
Text Example
Text Example
White with #767272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767272; }
p { color: rgb(118,114,114); }
H1.HeaderClassName
{
color: #767272;
}
.AnyTagClassName
{
color: #767272;
}
</style>
background-color css
<style>
a { background-color: #767272; }
a { background-color: rgb(118,114,114); }
div.DivClassName
{
background-color: #767272;
}
.BgClassName
{
background-color: #767272;
}
</style>
border-color css
<style>
span { border-color: #767272; }
span { border-color: rgb(118,114,114); }
td.TdClassName
{
border-color: #767272;
}
.TagClassName
{
border-color: #767272;
}
</style>