Shades of Domino #745A49
Tints of Domino #745A49
RGB
CMYK
RGB Variations
Color information
#745A49 (or 0x745A49) is known color: Domino. HEX triplet: 74, 5A and 49. RGB value is (116,90,73). Sum of RGB (Red+Green+Blue) = 116+90+73=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #745A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A49 is #8BA5B6. Grayscale: #5F5F5F. Windows color (decimal): -9151927 or 4807284. OLE color: 4807284.
HSL color Cylindrical-coordinate representation of color #745A49: hue angle of 23.72º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745A49 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 73 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.55 |
| HSL | 23.72º | 0.23% | 0.37% | - |
| HSV(B) | 23.72º | 0.37% | 0.45% | - |
| XYZ | 12.06 | 11.51 | 7.89 | - |
| YUV | 95.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 73 | 0 | 0.22 | 0.37 | 0.55 | 23.72 | 0.23 | 0.37 |
| Hex | 74 | 5A | 49 | 0 | 16 | 25 | 37 | 18 | 17 | 25 |
| Octal | 164 | 132 | 111 | 0 | 26 | 45 | 67 | 30 | 27 | 45 |
| Binary | 1110100 | 1011010 | 1001001 | 0 | 10110 | 100101 | 110111 | 11000 | 10111 | 100101 |
Color Harmonies of #745A49
Complementary color
Monochromatic Colors of #745A49
Black with #745A49
Text Example
Text Example
White with #745A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A49; }
p { color: rgb(116,90,73); }
H1.HeaderClassName
{
color: #745A49;
}
.AnyTagClassName
{
color: #745A49;
}
</style>
background-color css
<style>
a { background-color: #745A49; }
a { background-color: rgb(116,90,73); }
div.DivClassName
{
background-color: #745A49;
}
.BgClassName
{
background-color: #745A49;
}
</style>
border-color css
<style>
span { border-color: #745A49; }
span { border-color: rgb(116,90,73); }
td.TdClassName
{
border-color: #745A49;
}
.TagClassName
{
border-color: #745A49;
}
</style>