Shades of Domino #755F4C
Tints of Domino #755F4C
RGB
CMYK
RGB Variations
Color information
#755F4C (or 0x755F4C) is known color: Domino. HEX triplet: 75, 5F and 4C. RGB value is (117,95,76). Sum of RGB (Red+Green+Blue) = 117+95+76=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F4C is #8AA0B3. Grayscale: #636363. Windows color (decimal): -9085108 or 5005173. OLE color: 5005173.
HSL color Cylindrical-coordinate representation of color #755F4C: hue angle of 27.8º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755F4C is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 76 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.54 |
| HSL | 27.8º | 0.21% | 0.38% | - |
| HSV(B) | 27.8º | 0.35% | 0.46% | - |
| XYZ | 12.73 | 12.49 | 8.58 | - |
| YUV | 99.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 76 | 0 | 0.19 | 0.35 | 0.54 | 27.8 | 0.21 | 0.38 |
| Hex | 75 | 5F | 4C | 0 | 13 | 23 | 36 | 1C | 15 | 26 |
| Octal | 165 | 137 | 114 | 0 | 23 | 43 | 66 | 34 | 25 | 46 |
| Binary | 1110101 | 1011111 | 1001100 | 0 | 10011 | 100011 | 110110 | 11100 | 10101 | 100110 |
Color Harmonies of #755F4C
Complementary color
Monochromatic Colors of #755F4C
Black with #755F4C
Text Example
Text Example
White with #755F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F4C; }
p { color: rgb(117,95,76); }
H1.HeaderClassName
{
color: #755F4C;
}
.AnyTagClassName
{
color: #755F4C;
}
</style>
background-color css
<style>
a { background-color: #755F4C; }
a { background-color: rgb(117,95,76); }
div.DivClassName
{
background-color: #755F4C;
}
.BgClassName
{
background-color: #755F4C;
}
</style>
border-color css
<style>
span { border-color: #755F4C; }
span { border-color: rgb(117,95,76); }
td.TdClassName
{
border-color: #755F4C;
}
.TagClassName
{
border-color: #755F4C;
}
</style>