Shades of Domino #755F4D
Tints of Domino #755F4D
RGB
CMYK
RGB Variations
Color information
#755F4D (or 0x755F4D) is known color: Domino. HEX triplet: 75, 5F and 4D. RGB value is (117,95,77). Sum of RGB (Red+Green+Blue) = 117+95+77=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F4D is #8AA0B2. Grayscale: #636363. Windows color (decimal): -9085107 or 5070709. OLE color: 5070709.
HSL color Cylindrical-coordinate representation of color #755F4D: hue angle of 27º 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 #755F4D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 77 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.54 |
| HSL | 27º | 0.21% | 0.38% | - |
| HSV(B) | 27º | 0.34% | 0.46% | - |
| XYZ | 12.77 | 12.5 | 8.76 | - |
| YUV | 99.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 77 | 0 | 0.19 | 0.34 | 0.54 | 27 | 0.21 | 0.38 |
| Hex | 75 | 5F | 4D | 0 | 13 | 22 | 36 | 1B | 15 | 26 |
| Octal | 165 | 137 | 115 | 0 | 23 | 42 | 66 | 33 | 25 | 46 |
| Binary | 1110101 | 1011111 | 1001101 | 0 | 10011 | 100010 | 110110 | 11011 | 10101 | 100110 |
Color Harmonies of #755F4D
Complementary color
Monochromatic Colors of #755F4D
Black with #755F4D
Text Example
Text Example
White with #755F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F4D; }
p { color: rgb(117,95,77); }
H1.HeaderClassName
{
color: #755F4D;
}
.AnyTagClassName
{
color: #755F4D;
}
</style>
background-color css
<style>
a { background-color: #755F4D; }
a { background-color: rgb(117,95,77); }
div.DivClassName
{
background-color: #755F4D;
}
.BgClassName
{
background-color: #755F4D;
}
</style>
border-color css
<style>
span { border-color: #755F4D; }
span { border-color: rgb(117,95,77); }
td.TdClassName
{
border-color: #755F4D;
}
.TagClassName
{
border-color: #755F4D;
}
</style>