Shades of Domino #755D48
Tints of Domino #755D48
RGB
CMYK
RGB Variations
Color information
#755D48 (or 0x755D48) is known color: Domino. HEX triplet: 75, 5D and 48. RGB value is (117,93,72). Sum of RGB (Red+Green+Blue) = 117+93+72=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D48 is #8AA2B7. Grayscale: #616161. Windows color (decimal): -9085624 or 4742517. OLE color: 4742517.
HSL color Cylindrical-coordinate representation of color #755D48: hue angle of 28º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755D48 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 72 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.54 |
| HSL | 28º | 0.24% | 0.37% | - |
| HSV(B) | 28º | 0.38% | 0.46% | - |
| XYZ | 12.42 | 12.08 | 7.81 | - |
| YUV | 97.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 72 | 0 | 0.21 | 0.38 | 0.54 | 28 | 0.24 | 0.37 |
| Hex | 75 | 5D | 48 | 0 | 15 | 26 | 36 | 1C | 18 | 25 |
| Octal | 165 | 135 | 110 | 0 | 25 | 46 | 66 | 34 | 30 | 45 |
| Binary | 1110101 | 1011101 | 1001000 | 0 | 10101 | 100110 | 110110 | 11100 | 11000 | 100101 |
Color Harmonies of #755D48
Complementary color
Monochromatic Colors of #755D48
Black with #755D48
Text Example
Text Example
White with #755D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D48; }
p { color: rgb(117,93,72); }
H1.HeaderClassName
{
color: #755D48;
}
.AnyTagClassName
{
color: #755D48;
}
</style>
background-color css
<style>
a { background-color: #755D48; }
a { background-color: rgb(117,93,72); }
div.DivClassName
{
background-color: #755D48;
}
.BgClassName
{
background-color: #755D48;
}
</style>
border-color css
<style>
span { border-color: #755D48; }
span { border-color: rgb(117,93,72); }
td.TdClassName
{
border-color: #755D48;
}
.TagClassName
{
border-color: #755D48;
}
</style>