Shades of Domino #765F4D
Tints of Domino #765F4D
RGB
CMYK
RGB Variations
Color information
#765F4D (or 0x765F4D) is known color: Domino. HEX triplet: 76, 5F and 4D. RGB value is (118,95,77). Sum of RGB (Red+Green+Blue) = 118+95+77=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F4D is #89A0B2. Grayscale: #636363. Windows color (decimal): -9019571 or 5070710. OLE color: 5070710.
HSL color Cylindrical-coordinate representation of color #765F4D: hue angle of 26.34º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765F4D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 77 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.54 |
| HSL | 26.34º | 0.21% | 0.38% | - |
| HSV(B) | 26.34º | 0.35% | 0.46% | - |
| XYZ | 12.9 | 12.57 | 8.77 | - |
| YUV | 99.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 77 | 0 | 0.19 | 0.35 | 0.54 | 26.34 | 0.21 | 0.38 |
| Hex | 76 | 5F | 4D | 0 | 13 | 23 | 36 | 1A | 15 | 26 |
| Octal | 166 | 137 | 115 | 0 | 23 | 43 | 66 | 32 | 25 | 46 |
| Binary | 1110110 | 1011111 | 1001101 | 0 | 10011 | 100011 | 110110 | 11010 | 10101 | 100110 |
Color Harmonies of #765F4D
Complementary color
Monochromatic Colors of #765F4D
Black with #765F4D
Text Example
Text Example
White with #765F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F4D; }
p { color: rgb(118,95,77); }
H1.HeaderClassName
{
color: #765F4D;
}
.AnyTagClassName
{
color: #765F4D;
}
</style>
background-color css
<style>
a { background-color: #765F4D; }
a { background-color: rgb(118,95,77); }
div.DivClassName
{
background-color: #765F4D;
}
.BgClassName
{
background-color: #765F4D;
}
</style>
border-color css
<style>
span { border-color: #765F4D; }
span { border-color: rgb(118,95,77); }
td.TdClassName
{
border-color: #765F4D;
}
.TagClassName
{
border-color: #765F4D;
}
</style>