Shades of Dim Gray #756A69
Tints of Dim Gray #756A69
RGB
CMYK
RGB Variations
Color information
#756A69 (or 0x756A69) is known color: Dim Gray. HEX triplet: 75, 6A and 69. RGB value is (117,106,105). Sum of RGB (Red+Green+Blue) = 117+106+105=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #756A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A69 is #8A9596. Grayscale: #6D6D6D. Windows color (decimal): -9082263 or 6908533. OLE color: 6908533.
HSL color Cylindrical-coordinate representation of color #756A69: hue angle of 5º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756A69 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 105 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.54 |
| HSL | 5º | 0.05% | 0.44% | - |
| HSV(B) | 5º | 0.1% | 0.46% | - |
| XYZ | 15.04 | 15.11 | 15.49 | - |
| YUV | 109.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 105 | 0 | 0.09 | 0.10 | 0.54 | 5 | 0.05 | 0.44 |
| Hex | 75 | 6A | 69 | 0 | 9 | A | 36 | 5 | 5 | 2C |
| Octal | 165 | 152 | 151 | 0 | 11 | 12 | 66 | 5 | 5 | 54 |
| Binary | 1110101 | 1101010 | 1101001 | 0 | 1001 | 1010 | 110110 | 101 | 101 | 101100 |
Color Harmonies of #756A69
Complementary color
Monochromatic Colors of #756A69
Black with #756A69
Text Example
Text Example
White with #756A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A69; }
p { color: rgb(117,106,105); }
H1.HeaderClassName
{
color: #756A69;
}
.AnyTagClassName
{
color: #756A69;
}
</style>
background-color css
<style>
a { background-color: #756A69; }
a { background-color: rgb(117,106,105); }
div.DivClassName
{
background-color: #756A69;
}
.BgClassName
{
background-color: #756A69;
}
</style>
border-color css
<style>
span { border-color: #756A69; }
span { border-color: rgb(117,106,105); }
td.TdClassName
{
border-color: #756A69;
}
.TagClassName
{
border-color: #756A69;
}
</style>