Shades of Domino #755A4B
Tints of Domino #755A4B
RGB
CMYK
RGB Variations
Color information
#755A4B (or 0x755A4B) is known color: Domino. HEX triplet: 75, 5A and 4B. RGB value is (117,90,75). Sum of RGB (Red+Green+Blue) = 117+90+75=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A4B is #8AA5B4. Grayscale: #606060. Windows color (decimal): -9086389 or 4938357. OLE color: 4938357.
HSL color Cylindrical-coordinate representation of color #755A4B: hue angle of 21.43º 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 #755A4B is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 75 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.54 |
| HSL | 21.43º | 0.22% | 0.38% | - |
| HSV(B) | 21.43º | 0.36% | 0.46% | - |
| XYZ | 12.26 | 11.6 | 8.25 | - |
| YUV | 96.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 75 | 0 | 0.23 | 0.36 | 0.54 | 21.43 | 0.22 | 0.38 |
| Hex | 75 | 5A | 4B | 0 | 17 | 24 | 36 | 15 | 16 | 26 |
| Octal | 165 | 132 | 113 | 0 | 27 | 44 | 66 | 25 | 26 | 46 |
| Binary | 1110101 | 1011010 | 1001011 | 0 | 10111 | 100100 | 110110 | 10101 | 10110 | 100110 |
Color Harmonies of #755A4B
Complementary color
Monochromatic Colors of #755A4B
Black with #755A4B
Text Example
Text Example
White with #755A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A4B; }
p { color: rgb(117,90,75); }
H1.HeaderClassName
{
color: #755A4B;
}
.AnyTagClassName
{
color: #755A4B;
}
</style>
background-color css
<style>
a { background-color: #755A4B; }
a { background-color: rgb(117,90,75); }
div.DivClassName
{
background-color: #755A4B;
}
.BgClassName
{
background-color: #755A4B;
}
</style>
border-color css
<style>
span { border-color: #755A4B; }
span { border-color: rgb(117,90,75); }
td.TdClassName
{
border-color: #755A4B;
}
.TagClassName
{
border-color: #755A4B;
}
</style>