Shades of Dim Gray #756867
Tints of Dim Gray #756867
RGB
CMYK
RGB Variations
Color information
#756867 (or 0x756867) is known color: Dim Gray. HEX triplet: 75, 68 and 67. RGB value is (117,104,103). Sum of RGB (Red+Green+Blue) = 117+104+103=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756867 is #8A9798. Grayscale: #6B6B6B. Windows color (decimal): -9082777 or 6776949. OLE color: 6776949.
HSL color Cylindrical-coordinate representation of color #756867: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756867 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 103 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.54 |
| HSL | 4.29º | 0.06% | 0.43% | - |
| HSV(B) | 4.29º | 0.12% | 0.46% | - |
| XYZ | 14.73 | 14.66 | 14.89 | - |
| YUV | 107.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 103 | 0 | 0.11 | 0.12 | 0.54 | 4.29 | 0.06 | 0.43 |
| Hex | 75 | 68 | 67 | 0 | B | C | 36 | 4 | 6 | 2B |
| Octal | 165 | 150 | 147 | 0 | 13 | 14 | 66 | 4 | 6 | 53 |
| Binary | 1110101 | 1101000 | 1100111 | 0 | 1011 | 1100 | 110110 | 100 | 110 | 101011 |
Color Harmonies of #756867
Complementary color
Monochromatic Colors of #756867
Black with #756867
Text Example
Text Example
White with #756867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756867; }
p { color: rgb(117,104,103); }
H1.HeaderClassName
{
color: #756867;
}
.AnyTagClassName
{
color: #756867;
}
</style>
background-color css
<style>
a { background-color: #756867; }
a { background-color: rgb(117,104,103); }
div.DivClassName
{
background-color: #756867;
}
.BgClassName
{
background-color: #756867;
}
</style>
border-color css
<style>
span { border-color: #756867; }
span { border-color: rgb(117,104,103); }
td.TdClassName
{
border-color: #756867;
}
.TagClassName
{
border-color: #756867;
}
</style>