Shades of Domino #746048
Tints of Domino #746048
RGB
CMYK
RGB Variations
Color information
#746048 (or 0x746048) is known color: Domino. HEX triplet: 74, 60 and 48. RGB value is (116,96,72). Sum of RGB (Red+Green+Blue) = 116+96+72=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746048 is #8B9FB7. Grayscale: #636363. Windows color (decimal): -9150392 or 4743284. OLE color: 4743284.
HSL color Cylindrical-coordinate representation of color #746048: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746048 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 72 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.55 |
| HSL | 32.73º | 0.23% | 0.37% | - |
| HSV(B) | 32.73º | 0.38% | 0.45% | - |
| XYZ | 12.56 | 12.55 | 7.89 | - |
| YUV | 99.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 72 | 0 | 0.17 | 0.38 | 0.55 | 32.73 | 0.23 | 0.37 |
| Hex | 74 | 60 | 48 | 0 | 11 | 26 | 37 | 21 | 17 | 25 |
| Octal | 164 | 140 | 110 | 0 | 21 | 46 | 67 | 41 | 27 | 45 |
| Binary | 1110100 | 1100000 | 1001000 | 0 | 10001 | 100110 | 110111 | 100001 | 10111 | 100101 |
Color Harmonies of #746048
Complementary color
Monochromatic Colors of #746048
Black with #746048
Text Example
Text Example
White with #746048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746048; }
p { color: rgb(116,96,72); }
H1.HeaderClassName
{
color: #746048;
}
.AnyTagClassName
{
color: #746048;
}
</style>
background-color css
<style>
a { background-color: #746048; }
a { background-color: rgb(116,96,72); }
div.DivClassName
{
background-color: #746048;
}
.BgClassName
{
background-color: #746048;
}
</style>
border-color css
<style>
span { border-color: #746048; }
span { border-color: rgb(116,96,72); }
td.TdClassName
{
border-color: #746048;
}
.TagClassName
{
border-color: #746048;
}
</style>