Shades of Dim Gray #736B6B
Tints of Dim Gray #736B6B
RGB
CMYK
RGB Variations
Color information
#736B6B (or 0x736B6B) is known color: Dim Gray. HEX triplet: 73, 6B and 6B. RGB value is (115,107,107). Sum of RGB (Red+Green+Blue) = 115+107+107=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 115 - color contains mainly: red. Hex color #736B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B6B is #8C9494. Grayscale: #6D6D6D. Windows color (decimal): -9213077 or 7039859. OLE color: 7039859.
HSL color Cylindrical-coordinate representation of color #736B6B: 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 #736B6B is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 107 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.55 |
| HSL | 0º | 0.04% | 0.44% | - |
| HSV(B) | 0º | 0.07% | 0.45% | - |
| XYZ | 14.98 | 15.22 | 16.06 | - |
| YUV | 109.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 107 | 0 | 0.07 | 0.07 | 0.55 | 0 | 0.04 | 0.44 |
| Hex | 73 | 6B | 6B | 0 | 7 | 7 | 37 | 0 | 4 | 2C |
| Octal | 163 | 153 | 153 | 0 | 7 | 7 | 67 | 0 | 4 | 54 |
| Binary | 1110011 | 1101011 | 1101011 | 0 | 111 | 111 | 110111 | 0 | 100 | 101100 |
Color Harmonies of #736B6B
Complementary color
Monochromatic Colors of #736B6B
Black with #736B6B
Text Example
Text Example
White with #736B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B6B; }
p { color: rgb(115,107,107); }
H1.HeaderClassName
{
color: #736B6B;
}
.AnyTagClassName
{
color: #736B6B;
}
</style>
background-color css
<style>
a { background-color: #736B6B; }
a { background-color: rgb(115,107,107); }
div.DivClassName
{
background-color: #736B6B;
}
.BgClassName
{
background-color: #736B6B;
}
</style>
border-color css
<style>
span { border-color: #736B6B; }
span { border-color: rgb(115,107,107); }
td.TdClassName
{
border-color: #736B6B;
}
.TagClassName
{
border-color: #736B6B;
}
</style>