Shades of Domino #765D4A
Tints of Domino #765D4A
RGB
CMYK
RGB Variations
Color information
#765D4A (or 0x765D4A) is known color: Domino. HEX triplet: 76, 5D and 4A. RGB value is (118,93,74). Sum of RGB (Red+Green+Blue) = 118+93+74=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D4A is #89A2B5. Grayscale: #626262. Windows color (decimal): -9020086 or 4873590. OLE color: 4873590.
HSL color Cylindrical-coordinate representation of color #765D4A: hue angle of 25.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #765D4A is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 74 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.54 |
| HSL | 25.91º | 0.23% | 0.38% | - |
| HSV(B) | 25.91º | 0.37% | 0.46% | - |
| XYZ | 12.62 | 12.17 | 8.16 | - |
| YUV | 98.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 74 | 0 | 0.21 | 0.37 | 0.54 | 25.91 | 0.23 | 0.38 |
| Hex | 76 | 5D | 4A | 0 | 15 | 25 | 36 | 1A | 17 | 26 |
| Octal | 166 | 135 | 112 | 0 | 25 | 45 | 66 | 32 | 27 | 46 |
| Binary | 1110110 | 1011101 | 1001010 | 0 | 10101 | 100101 | 110110 | 11010 | 10111 | 100110 |
Color Harmonies of #765D4A
Complementary color
Monochromatic Colors of #765D4A
Black with #765D4A
Text Example
Text Example
White with #765D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D4A; }
p { color: rgb(118,93,74); }
H1.HeaderClassName
{
color: #765D4A;
}
.AnyTagClassName
{
color: #765D4A;
}
</style>
background-color css
<style>
a { background-color: #765D4A; }
a { background-color: rgb(118,93,74); }
div.DivClassName
{
background-color: #765D4A;
}
.BgClassName
{
background-color: #765D4A;
}
</style>
border-color css
<style>
span { border-color: #765D4A; }
span { border-color: rgb(118,93,74); }
td.TdClassName
{
border-color: #765D4A;
}
.TagClassName
{
border-color: #765D4A;
}
</style>