Shades of Domino #765D4D
Tints of Domino #765D4D
RGB
CMYK
RGB Variations
Color information
#765D4D (or 0x765D4D) is known color: Domino. HEX triplet: 76, 5D and 4D. RGB value is (118,93,77). Sum of RGB (Red+Green+Blue) = 118+93+77=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D4D is #89A2B2. Grayscale: #626262. Windows color (decimal): -9020083 or 5070198. OLE color: 5070198.
HSL color Cylindrical-coordinate representation of color #765D4D: hue angle of 23.41º 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 #765D4D is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 77 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.54 |
| HSL | 23.41º | 0.21% | 0.38% | - |
| HSV(B) | 23.41º | 0.35% | 0.46% | - |
| XYZ | 12.73 | 12.22 | 8.71 | - |
| YUV | 98.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 77 | 0 | 0.21 | 0.35 | 0.54 | 23.41 | 0.21 | 0.38 |
| Hex | 76 | 5D | 4D | 0 | 15 | 23 | 36 | 17 | 15 | 26 |
| Octal | 166 | 135 | 115 | 0 | 25 | 43 | 66 | 27 | 25 | 46 |
| Binary | 1110110 | 1011101 | 1001101 | 0 | 10101 | 100011 | 110110 | 10111 | 10101 | 100110 |
Color Harmonies of #765D4D
Complementary color
Monochromatic Colors of #765D4D
Black with #765D4D
Text Example
Text Example
White with #765D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D4D; }
p { color: rgb(118,93,77); }
H1.HeaderClassName
{
color: #765D4D;
}
.AnyTagClassName
{
color: #765D4D;
}
</style>
background-color css
<style>
a { background-color: #765D4D; }
a { background-color: rgb(118,93,77); }
div.DivClassName
{
background-color: #765D4D;
}
.BgClassName
{
background-color: #765D4D;
}
</style>
border-color css
<style>
span { border-color: #765D4D; }
span { border-color: rgb(118,93,77); }
td.TdClassName
{
border-color: #765D4D;
}
.TagClassName
{
border-color: #765D4D;
}
</style>