Shades of Domino #745D4A
Tints of Domino #745D4A
RGB
CMYK
RGB Variations
Color information
#745D4A (or 0x745D4A) is known color: Domino. HEX triplet: 74, 5D and 4A. RGB value is (116,93,74). Sum of RGB (Red+Green+Blue) = 116+93+74=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #745D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D4A is #8BA2B5. Grayscale: #616161. Windows color (decimal): -9151158 or 4873588. OLE color: 4873588.
HSL color Cylindrical-coordinate representation of color #745D4A: hue angle of 27.14º 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 #745D4A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 74 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.55 |
| HSL | 27.14º | 0.22% | 0.37% | - |
| HSV(B) | 27.14º | 0.36% | 0.45% | - |
| XYZ | 12.35 | 12.04 | 8.15 | - |
| YUV | 97.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 74 | 0 | 0.20 | 0.36 | 0.55 | 27.14 | 0.22 | 0.37 |
| Hex | 74 | 5D | 4A | 0 | 14 | 24 | 37 | 1B | 16 | 25 |
| Octal | 164 | 135 | 112 | 0 | 24 | 44 | 67 | 33 | 26 | 45 |
| Binary | 1110100 | 1011101 | 1001010 | 0 | 10100 | 100100 | 110111 | 11011 | 10110 | 100101 |
Color Harmonies of #745D4A
Complementary color
Monochromatic Colors of #745D4A
Black with #745D4A
Text Example
Text Example
White with #745D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D4A; }
p { color: rgb(116,93,74); }
H1.HeaderClassName
{
color: #745D4A;
}
.AnyTagClassName
{
color: #745D4A;
}
</style>
background-color css
<style>
a { background-color: #745D4A; }
a { background-color: rgb(116,93,74); }
div.DivClassName
{
background-color: #745D4A;
}
.BgClassName
{
background-color: #745D4A;
}
</style>
border-color css
<style>
span { border-color: #745D4A; }
span { border-color: rgb(116,93,74); }
td.TdClassName
{
border-color: #745D4A;
}
.TagClassName
{
border-color: #745D4A;
}
</style>