Shades of Domino #765B4B
Tints of Domino #765B4B
RGB
CMYK
RGB Variations
Color information
#765B4B (or 0x765B4B) is known color: Domino. HEX triplet: 76, 5B and 4B. RGB value is (118,91,75). Sum of RGB (Red+Green+Blue) = 118+91+75=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #765B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B4B is #89A4B4. Grayscale: #616161. Windows color (decimal): -9020597 or 4938614. OLE color: 4938614.
HSL color Cylindrical-coordinate representation of color #765B4B: hue angle of 22.33º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #765B4B is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 75 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.54 |
| HSL | 22.33º | 0.22% | 0.38% | - |
| HSV(B) | 22.33º | 0.36% | 0.46% | - |
| XYZ | 12.48 | 11.84 | 8.28 | - |
| YUV | 97.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 75 | 0 | 0.23 | 0.36 | 0.54 | 22.33 | 0.22 | 0.38 |
| Hex | 76 | 5B | 4B | 0 | 17 | 24 | 36 | 16 | 16 | 26 |
| Octal | 166 | 133 | 113 | 0 | 27 | 44 | 66 | 26 | 26 | 46 |
| Binary | 1110110 | 1011011 | 1001011 | 0 | 10111 | 100100 | 110110 | 10110 | 10110 | 100110 |
Color Harmonies of #765B4B
Complementary color
Monochromatic Colors of #765B4B
Black with #765B4B
Text Example
Text Example
White with #765B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B4B; }
p { color: rgb(118,91,75); }
H1.HeaderClassName
{
color: #765B4B;
}
.AnyTagClassName
{
color: #765B4B;
}
</style>
background-color css
<style>
a { background-color: #765B4B; }
a { background-color: rgb(118,91,75); }
div.DivClassName
{
background-color: #765B4B;
}
.BgClassName
{
background-color: #765B4B;
}
</style>
border-color css
<style>
span { border-color: #765B4B; }
span { border-color: rgb(118,91,75); }
td.TdClassName
{
border-color: #765B4B;
}
.TagClassName
{
border-color: #765B4B;
}
</style>