Shades of Domino #755D4D
Tints of Domino #755D4D
RGB
CMYK
RGB Variations
Color information
#755D4D (or 0x755D4D) is known color: Domino. HEX triplet: 75, 5D and 4D. RGB value is (117,93,77). Sum of RGB (Red+Green+Blue) = 117+93+77=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D4D is #8AA2B2. Grayscale: #626262. Windows color (decimal): -9085619 or 5070197. OLE color: 5070197.
HSL color Cylindrical-coordinate representation of color #755D4D: hue angle of 24º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755D4D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 77 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.54 |
| HSL | 24º | 0.21% | 0.38% | - |
| HSV(B) | 24º | 0.34% | 0.46% | - |
| XYZ | 12.59 | 12.15 | 8.7 | - |
| YUV | 98.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 77 | 0 | 0.21 | 0.34 | 0.54 | 24 | 0.21 | 0.38 |
| Hex | 75 | 5D | 4D | 0 | 15 | 22 | 36 | 18 | 15 | 26 |
| Octal | 165 | 135 | 115 | 0 | 25 | 42 | 66 | 30 | 25 | 46 |
| Binary | 1110101 | 1011101 | 1001101 | 0 | 10101 | 100010 | 110110 | 11000 | 10101 | 100110 |
Color Harmonies of #755D4D
Complementary color
Monochromatic Colors of #755D4D
Black with #755D4D
Text Example
Text Example
White with #755D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D4D; }
p { color: rgb(117,93,77); }
H1.HeaderClassName
{
color: #755D4D;
}
.AnyTagClassName
{
color: #755D4D;
}
</style>
background-color css
<style>
a { background-color: #755D4D; }
a { background-color: rgb(117,93,77); }
div.DivClassName
{
background-color: #755D4D;
}
.BgClassName
{
background-color: #755D4D;
}
</style>
border-color css
<style>
span { border-color: #755D4D; }
span { border-color: rgb(117,93,77); }
td.TdClassName
{
border-color: #755D4D;
}
.TagClassName
{
border-color: #755D4D;
}
</style>