Shades of Dim Gray #736B6A
Tints of Dim Gray #736B6A
RGB
CMYK
RGB Variations
Color information
#736B6A (or 0x736B6A) is known color: Dim Gray. HEX triplet: 73, 6B and 6A. RGB value is (115,107,106). Sum of RGB (Red+Green+Blue) = 115+107+106=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 115 - color contains mainly: red. Hex color #736B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B6A is #8C9495. Grayscale: #6D6D6D. Windows color (decimal): -9213078 or 6974323. OLE color: 6974323.
HSL color Cylindrical-coordinate representation of color #736B6A: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #736B6A is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 106 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.55 |
| HSL | 6.67º | 0.04% | 0.43% | - |
| HSV(B) | 6.67º | 0.08% | 0.45% | - |
| XYZ | 14.93 | 15.2 | 15.78 | - |
| YUV | 109.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 106 | 0 | 0.07 | 0.08 | 0.55 | 6.67 | 0.04 | 0.43 |
| Hex | 73 | 6B | 6A | 0 | 7 | 8 | 37 | 7 | 4 | 2B |
| Octal | 163 | 153 | 152 | 0 | 7 | 10 | 67 | 7 | 4 | 53 |
| Binary | 1110011 | 1101011 | 1101010 | 0 | 111 | 1000 | 110111 | 111 | 100 | 101011 |
Color Harmonies of #736B6A
Complementary color
Monochromatic Colors of #736B6A
Black with #736B6A
Text Example
Text Example
White with #736B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B6A; }
p { color: rgb(115,107,106); }
H1.HeaderClassName
{
color: #736B6A;
}
.AnyTagClassName
{
color: #736B6A;
}
</style>
background-color css
<style>
a { background-color: #736B6A; }
a { background-color: rgb(115,107,106); }
div.DivClassName
{
background-color: #736B6A;
}
.BgClassName
{
background-color: #736B6A;
}
</style>
border-color css
<style>
span { border-color: #736B6A; }
span { border-color: rgb(115,107,106); }
td.TdClassName
{
border-color: #736B6A;
}
.TagClassName
{
border-color: #736B6A;
}
</style>