Shades of Domino #765C4A
Tints of Domino #765C4A
RGB
CMYK
RGB Variations
Color information
#765C4A (or 0x765C4A) is known color: Domino. HEX triplet: 76, 5C and 4A. RGB value is (118,92,74). Sum of RGB (Red+Green+Blue) = 118+92+74=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C4A is #89A3B5. Grayscale: #616161. Windows color (decimal): -9020342 or 4873334. OLE color: 4873334.
HSL color Cylindrical-coordinate representation of color #765C4A: hue angle of 24.55º 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 #765C4A is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 74 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.54 |
| HSL | 24.55º | 0.23% | 0.38% | - |
| HSV(B) | 24.55º | 0.37% | 0.46% | - |
| XYZ | 12.53 | 12 | 8.13 | - |
| YUV | 97.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 74 | 0 | 0.22 | 0.37 | 0.54 | 24.55 | 0.23 | 0.38 |
| Hex | 76 | 5C | 4A | 0 | 16 | 25 | 36 | 19 | 17 | 26 |
| Octal | 166 | 134 | 112 | 0 | 26 | 45 | 66 | 31 | 27 | 46 |
| Binary | 1110110 | 1011100 | 1001010 | 0 | 10110 | 100101 | 110110 | 11001 | 10111 | 100110 |
Color Harmonies of #765C4A
Complementary color
Monochromatic Colors of #765C4A
Black with #765C4A
Text Example
Text Example
White with #765C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C4A; }
p { color: rgb(118,92,74); }
H1.HeaderClassName
{
color: #765C4A;
}
.AnyTagClassName
{
color: #765C4A;
}
</style>
background-color css
<style>
a { background-color: #765C4A; }
a { background-color: rgb(118,92,74); }
div.DivClassName
{
background-color: #765C4A;
}
.BgClassName
{
background-color: #765C4A;
}
</style>
border-color css
<style>
span { border-color: #765C4A; }
span { border-color: rgb(118,92,74); }
td.TdClassName
{
border-color: #765C4A;
}
.TagClassName
{
border-color: #765C4A;
}
</style>