Shades of Dim Gray #736968
Tints of Dim Gray #736968
RGB
CMYK
RGB Variations
Color information
#736968 (or 0x736968) is known color: Dim Gray. HEX triplet: 73, 69 and 68. RGB value is (115,105,104). Sum of RGB (Red+Green+Blue) = 115+105+104=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #736968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736968 is #8C9697. Grayscale: #6B6B6B. Windows color (decimal): -9213592 or 6842739. OLE color: 6842739.
HSL color Cylindrical-coordinate representation of color #736968: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736968 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 105 | 104 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.55 |
| HSL | 5.45º | 0.05% | 0.43% | - |
| HSV(B) | 5.45º | 0.1% | 0.45% | - |
| XYZ | 14.62 | 14.75 | 15.17 | - |
| YUV | 107.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 104 | 0 | 0.09 | 0.10 | 0.55 | 5.45 | 0.05 | 0.43 |
| Hex | 73 | 69 | 68 | 0 | 9 | A | 37 | 5 | 5 | 2B |
| Octal | 163 | 151 | 150 | 0 | 11 | 12 | 67 | 5 | 5 | 53 |
| Binary | 1110011 | 1101001 | 1101000 | 0 | 1001 | 1010 | 110111 | 101 | 101 | 101011 |
Color Harmonies of #736968
Complementary color
Monochromatic Colors of #736968
Black with #736968
Text Example
Text Example
White with #736968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736968; }
p { color: rgb(115,105,104); }
H1.HeaderClassName
{
color: #736968;
}
.AnyTagClassName
{
color: #736968;
}
</style>
background-color css
<style>
a { background-color: #736968; }
a { background-color: rgb(115,105,104); }
div.DivClassName
{
background-color: #736968;
}
.BgClassName
{
background-color: #736968;
}
</style>
border-color css
<style>
span { border-color: #736968; }
span { border-color: rgb(115,105,104); }
td.TdClassName
{
border-color: #736968;
}
.TagClassName
{
border-color: #736968;
}
</style>