Shades of Domino #745947
Tints of Domino #745947
RGB
CMYK
RGB Variations
Color information
#745947 (or 0x745947) is known color: Domino. HEX triplet: 74, 59 and 47. RGB value is (116,89,71). Sum of RGB (Red+Green+Blue) = 116+89+71=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #745947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745947 is #8BA6B8. Grayscale: #5F5F5F. Windows color (decimal): -9152185 or 4675956. OLE color: 4675956.
HSL color Cylindrical-coordinate representation of color #745947: hue angle of 24º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745947 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 71 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.55 |
| HSL | 24º | 0.24% | 0.37% | - |
| HSV(B) | 24º | 0.39% | 0.45% | - |
| XYZ | 11.91 | 11.31 | 7.52 | - |
| YUV | 95.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 71 | 0 | 0.23 | 0.39 | 0.55 | 24 | 0.24 | 0.37 |
| Hex | 74 | 59 | 47 | 0 | 17 | 27 | 37 | 18 | 18 | 25 |
| Octal | 164 | 131 | 107 | 0 | 27 | 47 | 67 | 30 | 30 | 45 |
| Binary | 1110100 | 1011001 | 1000111 | 0 | 10111 | 100111 | 110111 | 11000 | 11000 | 100101 |
Color Harmonies of #745947
Complementary color
Monochromatic Colors of #745947
Black with #745947
Text Example
Text Example
White with #745947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745947; }
p { color: rgb(116,89,71); }
H1.HeaderClassName
{
color: #745947;
}
.AnyTagClassName
{
color: #745947;
}
</style>
background-color css
<style>
a { background-color: #745947; }
a { background-color: rgb(116,89,71); }
div.DivClassName
{
background-color: #745947;
}
.BgClassName
{
background-color: #745947;
}
</style>
border-color css
<style>
span { border-color: #745947; }
span { border-color: rgb(116,89,71); }
td.TdClassName
{
border-color: #745947;
}
.TagClassName
{
border-color: #745947;
}
</style>