Shades of Domino #735C4C
Tints of Domino #735C4C
RGB
CMYK
RGB Variations
Color information
#735C4C (or 0x735C4C) is known color: Domino. HEX triplet: 73, 5C and 4C. RGB value is (115,92,76). Sum of RGB (Red+Green+Blue) = 115+92+76=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #735C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C4C is #8CA3B3. Grayscale: #616161. Windows color (decimal): -9216948 or 5004403. OLE color: 5004403.
HSL color Cylindrical-coordinate representation of color #735C4C: hue angle of 24.62º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #735C4C is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 76 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.55 |
| HSL | 24.62º | 0.2% | 0.37% | - |
| HSV(B) | 24.62º | 0.34% | 0.45% | - |
| XYZ | 12.2 | 11.82 | 8.48 | - |
| YUV | 97.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 76 | 0 | 0.20 | 0.34 | 0.55 | 24.62 | 0.2 | 0.37 |
| Hex | 73 | 5C | 4C | 0 | 14 | 22 | 37 | 19 | 14 | 25 |
| Octal | 163 | 134 | 114 | 0 | 24 | 42 | 67 | 31 | 24 | 45 |
| Binary | 1110011 | 1011100 | 1001100 | 0 | 10100 | 100010 | 110111 | 11001 | 10100 | 100101 |
Color Harmonies of #735C4C
Complementary color
Monochromatic Colors of #735C4C
Black with #735C4C
Text Example
Text Example
White with #735C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C4C; }
p { color: rgb(115,92,76); }
H1.HeaderClassName
{
color: #735C4C;
}
.AnyTagClassName
{
color: #735C4C;
}
</style>
background-color css
<style>
a { background-color: #735C4C; }
a { background-color: rgb(115,92,76); }
div.DivClassName
{
background-color: #735C4C;
}
.BgClassName
{
background-color: #735C4C;
}
</style>
border-color css
<style>
span { border-color: #735C4C; }
span { border-color: rgb(115,92,76); }
td.TdClassName
{
border-color: #735C4C;
}
.TagClassName
{
border-color: #735C4C;
}
</style>