Shades of Dim Gray #746C6C
Tints of Dim Gray #746C6C
RGB
CMYK
RGB Variations
Color information
#746C6C (or 0x746C6C) is known color: Dim Gray. HEX triplet: 74, 6C and 6C. RGB value is (116,108,108). Sum of RGB (Red+Green+Blue) = 116+108+108=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #746C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C6C is #8B9393. Grayscale: #6E6E6E. Windows color (decimal): -9147284 or 7105652. OLE color: 7105652.
HSL color Cylindrical-coordinate representation of color #746C6C: 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.07%. Process color model (Four color, CMYK) of #746C6C is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
RGB | 116 | 108 | 108 | - |
CMYK | 0 | 0.07 | 0.07 | 0.55 |
HSL | 0º | 0.04% | 0.44% | - |
HSV(B) | 0º | 0.07% | 0.45% | - |
XYZ | 15.27 | 15.52 | 16.38 | - |
YUV | 110.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 108 | 108 | 0 | 0.07 | 0.07 | 0.55 | 0 | 0.04 | 0.44 |
Hex | 74 | 6C | 6C | 0 | 7 | 7 | 37 | 0 | 4 | 2C |
Octal | 164 | 154 | 154 | 0 | 7 | 7 | 67 | 0 | 4 | 54 |
Binary | 1110100 | 1101100 | 1101100 | 0 | 111 | 111 | 110111 | 0 | 100 | 101100 |
Color Harmonies of #746C6C
Complementary color
Monochromatic Colors of #746C6C
Black with #746C6C
Text Example
Text Example
White with #746C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C6C; }
p { color: rgb(116,108,108); }
H1.HeaderClassName
{
color: #746C6C;
}
.AnyTagClassName
{
color: #746C6C;
}
</style>
background-color css
<style>
a { background-color: #746C6C; }
a { background-color: rgb(116,108,108); }
div.DivClassName
{
background-color: #746C6C;
}
.BgClassName
{
background-color: #746C6C;
}
</style>
border-color css
<style>
span { border-color: #746C6C; }
span { border-color: rgb(116,108,108); }
td.TdClassName
{
border-color: #746C6C;
}
.TagClassName
{
border-color: #746C6C;
}
</style>