Shades of Domino #755C4C
Tints of Domino #755C4C
RGB
CMYK
RGB Variations
Color information
#755C4C (or 0x755C4C) is known color: Domino. HEX triplet: 75, 5C and 4C. RGB value is (117,92,76). Sum of RGB (Red+Green+Blue) = 117+92+76=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C4C is #8AA3B3. Grayscale: #616161. Windows color (decimal): -9085876 or 5004405. OLE color: 5004405.
HSL color Cylindrical-coordinate representation of color #755C4C: hue angle of 23.41º 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 #755C4C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 76 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.54 |
| HSL | 23.41º | 0.21% | 0.38% | - |
| HSV(B) | 23.41º | 0.35% | 0.46% | - |
| XYZ | 12.47 | 11.96 | 8.49 | - |
| YUV | 97.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 76 | 0 | 0.21 | 0.35 | 0.54 | 23.41 | 0.21 | 0.38 |
| Hex | 75 | 5C | 4C | 0 | 15 | 23 | 36 | 17 | 15 | 26 |
| Octal | 165 | 134 | 114 | 0 | 25 | 43 | 66 | 27 | 25 | 46 |
| Binary | 1110101 | 1011100 | 1001100 | 0 | 10101 | 100011 | 110110 | 10111 | 10101 | 100110 |
Color Harmonies of #755C4C
Complementary color
Monochromatic Colors of #755C4C
Black with #755C4C
Text Example
Text Example
White with #755C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C4C; }
p { color: rgb(117,92,76); }
H1.HeaderClassName
{
color: #755C4C;
}
.AnyTagClassName
{
color: #755C4C;
}
</style>
background-color css
<style>
a { background-color: #755C4C; }
a { background-color: rgb(117,92,76); }
div.DivClassName
{
background-color: #755C4C;
}
.BgClassName
{
background-color: #755C4C;
}
</style>
border-color css
<style>
span { border-color: #755C4C; }
span { border-color: rgb(117,92,76); }
td.TdClassName
{
border-color: #755C4C;
}
.TagClassName
{
border-color: #755C4C;
}
</style>