Shades of Domino #735F4D
Tints of Domino #735F4D
RGB
CMYK
RGB Variations
Color information
#735F4D (or 0x735F4D) is known color: Domino. HEX triplet: 73, 5F and 4D. RGB value is (115,95,77). Sum of RGB (Red+Green+Blue) = 115+95+77=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #735F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F4D is #8CA0B2. Grayscale: #636363. Windows color (decimal): -9216179 or 5070707. OLE color: 5070707.
HSL color Cylindrical-coordinate representation of color #735F4D: hue angle of 28.42º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #735F4D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 77 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.55 |
| HSL | 28.42º | 0.2% | 0.38% | - |
| HSV(B) | 28.42º | 0.33% | 0.45% | - |
| XYZ | 12.5 | 12.37 | 8.75 | - |
| YUV | 98.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 77 | 0 | 0.17 | 0.33 | 0.55 | 28.42 | 0.2 | 0.38 |
| Hex | 73 | 5F | 4D | 0 | 11 | 21 | 37 | 1C | 14 | 26 |
| Octal | 163 | 137 | 115 | 0 | 21 | 41 | 67 | 34 | 24 | 46 |
| Binary | 1110011 | 1011111 | 1001101 | 0 | 10001 | 100001 | 110111 | 11100 | 10100 | 100110 |
Color Harmonies of #735F4D
Complementary color
Monochromatic Colors of #735F4D
Black with #735F4D
Text Example
Text Example
White with #735F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F4D; }
p { color: rgb(115,95,77); }
H1.HeaderClassName
{
color: #735F4D;
}
.AnyTagClassName
{
color: #735F4D;
}
</style>
background-color css
<style>
a { background-color: #735F4D; }
a { background-color: rgb(115,95,77); }
div.DivClassName
{
background-color: #735F4D;
}
.BgClassName
{
background-color: #735F4D;
}
</style>
border-color css
<style>
span { border-color: #735F4D; }
span { border-color: rgb(115,95,77); }
td.TdClassName
{
border-color: #735F4D;
}
.TagClassName
{
border-color: #735F4D;
}
</style>