Shades of Domino #745A4A
Tints of Domino #745A4A
RGB
CMYK
RGB Variations
Color information
#745A4A (or 0x745A4A) is known color: Domino. HEX triplet: 74, 5A and 4A. RGB value is (116,90,74). Sum of RGB (Red+Green+Blue) = 116+90+74=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #745A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A4A is #8BA5B5. Grayscale: #606060. Windows color (decimal): -9151926 or 4872820. OLE color: 4872820.
HSL color Cylindrical-coordinate representation of color #745A4A: hue angle of 22.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #745A4A is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 74 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.55 |
| HSL | 22.86º | 0.22% | 0.37% | - |
| HSV(B) | 22.86º | 0.36% | 0.45% | - |
| XYZ | 12.09 | 11.52 | 8.06 | - |
| YUV | 95.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 74 | 0 | 0.22 | 0.36 | 0.55 | 22.86 | 0.22 | 0.37 |
| Hex | 74 | 5A | 4A | 0 | 16 | 24 | 37 | 17 | 16 | 25 |
| Octal | 164 | 132 | 112 | 0 | 26 | 44 | 67 | 27 | 26 | 45 |
| Binary | 1110100 | 1011010 | 1001010 | 0 | 10110 | 100100 | 110111 | 10111 | 10110 | 100101 |
Color Harmonies of #745A4A
Complementary color
Monochromatic Colors of #745A4A
Black with #745A4A
Text Example
Text Example
White with #745A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A4A; }
p { color: rgb(116,90,74); }
H1.HeaderClassName
{
color: #745A4A;
}
.AnyTagClassName
{
color: #745A4A;
}
</style>
background-color css
<style>
a { background-color: #745A4A; }
a { background-color: rgb(116,90,74); }
div.DivClassName
{
background-color: #745A4A;
}
.BgClassName
{
background-color: #745A4A;
}
</style>
border-color css
<style>
span { border-color: #745A4A; }
span { border-color: rgb(116,90,74); }
td.TdClassName
{
border-color: #745A4A;
}
.TagClassName
{
border-color: #745A4A;
}
</style>