Shades of Domino #735C4D
Tints of Domino #735C4D
RGB
CMYK
RGB Variations
Color information
#735C4D (or 0x735C4D) is known color: Domino. HEX triplet: 73, 5C and 4D. RGB value is (115,92,77). Sum of RGB (Red+Green+Blue) = 115+92+77=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #735C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C4D is #8CA3B2. Grayscale: #616161. Windows color (decimal): -9216947 or 5069939. OLE color: 5069939.
HSL color Cylindrical-coordinate representation of color #735C4D: hue angle of 23.68º 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 #735C4D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 77 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.55 |
| HSL | 23.68º | 0.2% | 0.38% | - |
| HSV(B) | 23.68º | 0.33% | 0.45% | - |
| XYZ | 12.24 | 11.83 | 8.66 | - |
| YUV | 97.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 77 | 0 | 0.20 | 0.33 | 0.55 | 23.68 | 0.2 | 0.38 |
| Hex | 73 | 5C | 4D | 0 | 14 | 21 | 37 | 18 | 14 | 26 |
| Octal | 163 | 134 | 115 | 0 | 24 | 41 | 67 | 30 | 24 | 46 |
| Binary | 1110011 | 1011100 | 1001101 | 0 | 10100 | 100001 | 110111 | 11000 | 10100 | 100110 |
Color Harmonies of #735C4D
Complementary color
Monochromatic Colors of #735C4D
Black with #735C4D
Text Example
Text Example
White with #735C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C4D; }
p { color: rgb(115,92,77); }
H1.HeaderClassName
{
color: #735C4D;
}
.AnyTagClassName
{
color: #735C4D;
}
</style>
background-color css
<style>
a { background-color: #735C4D; }
a { background-color: rgb(115,92,77); }
div.DivClassName
{
background-color: #735C4D;
}
.BgClassName
{
background-color: #735C4D;
}
</style>
border-color css
<style>
span { border-color: #735C4D; }
span { border-color: rgb(115,92,77); }
td.TdClassName
{
border-color: #735C4D;
}
.TagClassName
{
border-color: #735C4D;
}
</style>