Shades of Dim Gray #736867
Tints of Dim Gray #736867
RGB
CMYK
RGB Variations
Color information
#736867 (or 0x736867) is known color: Dim Gray. HEX triplet: 73, 68 and 67. RGB value is (115,104,103). Sum of RGB (Red+Green+Blue) = 115+104+103=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #736867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736867 is #8C9798. Grayscale: #6B6B6B. Windows color (decimal): -9213849 or 6776947. OLE color: 6776947.
HSL color Cylindrical-coordinate representation of color #736867: hue angle of 5º degrees, saturation: 0.06, 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 #736867 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 103 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.55 |
| HSL | 5º | 0.06% | 0.43% | - |
| HSV(B) | 5º | 0.1% | 0.45% | - |
| XYZ | 14.47 | 14.52 | 14.87 | - |
| YUV | 107.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 103 | 0 | 0.10 | 0.10 | 0.55 | 5 | 0.06 | 0.43 |
| Hex | 73 | 68 | 67 | 0 | A | A | 37 | 5 | 6 | 2B |
| Octal | 163 | 150 | 147 | 0 | 12 | 12 | 67 | 5 | 6 | 53 |
| Binary | 1110011 | 1101000 | 1100111 | 0 | 1010 | 1010 | 110111 | 101 | 110 | 101011 |
Color Harmonies of #736867
Complementary color
Monochromatic Colors of #736867
Black with #736867
Text Example
Text Example
White with #736867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736867; }
p { color: rgb(115,104,103); }
H1.HeaderClassName
{
color: #736867;
}
.AnyTagClassName
{
color: #736867;
}
</style>
background-color css
<style>
a { background-color: #736867; }
a { background-color: rgb(115,104,103); }
div.DivClassName
{
background-color: #736867;
}
.BgClassName
{
background-color: #736867;
}
</style>
border-color css
<style>
span { border-color: #736867; }
span { border-color: rgb(115,104,103); }
td.TdClassName
{
border-color: #736867;
}
.TagClassName
{
border-color: #736867;
}
</style>