Shades of Dim Gray #766969
Tints of Dim Gray #766969
RGB
CMYK
RGB Variations
Color information
#766969 (or 0x766969) is known color: Dim Gray. HEX triplet: 76, 69 and 69. RGB value is (118,105,105). Sum of RGB (Red+Green+Blue) = 118+105+105=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766969 is #899696. Grayscale: #6C6C6C. Windows color (decimal): -9016983 or 6908278. OLE color: 6908278.
HSL color Cylindrical-coordinate representation of color #766969: hue angle of 0º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766969 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 105 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.54 |
| HSL | 0º | 0.06% | 0.44% | - |
| HSV(B) | 0º | 0.11% | 0.46% | - |
| XYZ | 15.07 | 14.97 | 15.46 | - |
| YUV | 108.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 105 | 0 | 0.11 | 0.11 | 0.54 | 0 | 0.06 | 0.44 |
| Hex | 76 | 69 | 69 | 0 | B | B | 36 | 0 | 6 | 2C |
| Octal | 166 | 151 | 151 | 0 | 13 | 13 | 66 | 0 | 6 | 54 |
| Binary | 1110110 | 1101001 | 1101001 | 0 | 1011 | 1011 | 110110 | 0 | 110 | 101100 |
Color Harmonies of #766969
Complementary color
Monochromatic Colors of #766969
Black with #766969
Text Example
Text Example
White with #766969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766969; }
p { color: rgb(118,105,105); }
H1.HeaderClassName
{
color: #766969;
}
.AnyTagClassName
{
color: #766969;
}
</style>
background-color css
<style>
a { background-color: #766969; }
a { background-color: rgb(118,105,105); }
div.DivClassName
{
background-color: #766969;
}
.BgClassName
{
background-color: #766969;
}
</style>
border-color css
<style>
span { border-color: #766969; }
span { border-color: rgb(118,105,105); }
td.TdClassName
{
border-color: #766969;
}
.TagClassName
{
border-color: #766969;
}
</style>