Shades of Domino #765C4C
Tints of Domino #765C4C
RGB
CMYK
RGB Variations
Color information
#765C4C (or 0x765C4C) is known color: Domino. HEX triplet: 76, 5C and 4C. RGB value is (118,92,76). Sum of RGB (Red+Green+Blue) = 118+92+76=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C4C is #89A3B3. Grayscale: #626262. Windows color (decimal): -9020340 or 5004406. OLE color: 5004406.
HSL color Cylindrical-coordinate representation of color #765C4C: hue angle of 22.86º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #765C4C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 76 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.54 |
| HSL | 22.86º | 0.22% | 0.38% | - |
| HSV(B) | 22.86º | 0.36% | 0.46% | - |
| XYZ | 12.6 | 12.03 | 8.49 | - |
| YUV | 97.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 76 | 0 | 0.22 | 0.36 | 0.54 | 22.86 | 0.22 | 0.38 |
| Hex | 76 | 5C | 4C | 0 | 16 | 24 | 36 | 17 | 16 | 26 |
| Octal | 166 | 134 | 114 | 0 | 26 | 44 | 66 | 27 | 26 | 46 |
| Binary | 1110110 | 1011100 | 1001100 | 0 | 10110 | 100100 | 110110 | 10111 | 10110 | 100110 |
Color Harmonies of #765C4C
Complementary color
Monochromatic Colors of #765C4C
Black with #765C4C
Text Example
Text Example
White with #765C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C4C; }
p { color: rgb(118,92,76); }
H1.HeaderClassName
{
color: #765C4C;
}
.AnyTagClassName
{
color: #765C4C;
}
</style>
background-color css
<style>
a { background-color: #765C4C; }
a { background-color: rgb(118,92,76); }
div.DivClassName
{
background-color: #765C4C;
}
.BgClassName
{
background-color: #765C4C;
}
</style>
border-color css
<style>
span { border-color: #765C4C; }
span { border-color: rgb(118,92,76); }
td.TdClassName
{
border-color: #765C4C;
}
.TagClassName
{
border-color: #765C4C;
}
</style>