Shades of Dim Gray #746B6B
Tints of Dim Gray #746B6B
RGB
CMYK
RGB Variations
Color information
#746B6B (or 0x746B6B) is known color: Dim Gray. HEX triplet: 74, 6B and 6B. RGB value is (116,107,107). Sum of RGB (Red+Green+Blue) = 116+107+107=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 116 - color contains mainly: red. Hex color #746B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B6B is #8B9494. Grayscale: #6D6D6D. Windows color (decimal): -9147541 or 7039860. OLE color: 7039860.
HSL color Cylindrical-coordinate representation of color #746B6B: hue angle of 0º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746B6B is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 107 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.55 |
| HSL | 0º | 0.04% | 0.44% | - |
| HSV(B) | 0º | 0.08% | 0.45% | - |
| XYZ | 15.11 | 15.29 | 16.06 | - |
| YUV | 109.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 107 | 0 | 0.08 | 0.08 | 0.55 | 0 | 0.04 | 0.44 |
| Hex | 74 | 6B | 6B | 0 | 8 | 8 | 37 | 0 | 4 | 2C |
| Octal | 164 | 153 | 153 | 0 | 10 | 10 | 67 | 0 | 4 | 54 |
| Binary | 1110100 | 1101011 | 1101011 | 0 | 1000 | 1000 | 110111 | 0 | 100 | 101100 |
Color Harmonies of #746B6B
Complementary color
Monochromatic Colors of #746B6B
Black with #746B6B
Text Example
Text Example
White with #746B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B6B; }
p { color: rgb(116,107,107); }
H1.HeaderClassName
{
color: #746B6B;
}
.AnyTagClassName
{
color: #746B6B;
}
</style>
background-color css
<style>
a { background-color: #746B6B; }
a { background-color: rgb(116,107,107); }
div.DivClassName
{
background-color: #746B6B;
}
.BgClassName
{
background-color: #746B6B;
}
</style>
border-color css
<style>
span { border-color: #746B6B; }
span { border-color: rgb(116,107,107); }
td.TdClassName
{
border-color: #746B6B;
}
.TagClassName
{
border-color: #746B6B;
}
</style>