Shades of Dim Gray #756C6C
Tints of Dim Gray #756C6C
RGB
CMYK
RGB Variations
Color information
#756C6C (or 0x756C6C) is known color: Dim Gray. HEX triplet: 75, 6C and 6C. RGB value is (117,108,108). Sum of RGB (Red+Green+Blue) = 117+108+108=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #756C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C6C is #8A9393. Grayscale: #6E6E6E. Windows color (decimal): -9081748 or 7105653. OLE color: 7105653.
HSL color Cylindrical-coordinate representation of color #756C6C: hue angle of 0º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #756C6C is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 108 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.54 |
| HSL | 0º | 0.04% | 0.44% | - |
| HSV(B) | 0º | 0.08% | 0.46% | - |
| XYZ | 15.41 | 15.59 | 16.38 | - |
| YUV | 110.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 108 | 0 | 0.08 | 0.08 | 0.54 | 0 | 0.04 | 0.44 |
| Hex | 75 | 6C | 6C | 0 | 8 | 8 | 36 | 0 | 4 | 2C |
| Octal | 165 | 154 | 154 | 0 | 10 | 10 | 66 | 0 | 4 | 54 |
| Binary | 1110101 | 1101100 | 1101100 | 0 | 1000 | 1000 | 110110 | 0 | 100 | 101100 |
Color Harmonies of #756C6C
Complementary color
Monochromatic Colors of #756C6C
Black with #756C6C
Text Example
Text Example
White with #756C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C6C; }
p { color: rgb(117,108,108); }
H1.HeaderClassName
{
color: #756C6C;
}
.AnyTagClassName
{
color: #756C6C;
}
</style>
background-color css
<style>
a { background-color: #756C6C; }
a { background-color: rgb(117,108,108); }
div.DivClassName
{
background-color: #756C6C;
}
.BgClassName
{
background-color: #756C6C;
}
</style>
border-color css
<style>
span { border-color: #756C6C; }
span { border-color: rgb(117,108,108); }
td.TdClassName
{
border-color: #756C6C;
}
.TagClassName
{
border-color: #756C6C;
}
</style>