Shades of Domino #765C47
Tints of Domino #765C47
RGB
CMYK
RGB Variations
Color information
#765C47 (or 0x765C47) is known color: Domino. HEX triplet: 76, 5C and 47. RGB value is (118,92,71). Sum of RGB (Red+Green+Blue) = 118+92+71=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C47 is #89A3B8. Grayscale: #616161. Windows color (decimal): -9020345 or 4676726. OLE color: 4676726.
HSL color Cylindrical-coordinate representation of color #765C47: hue angle of 26.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765C47 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 71 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.54 |
| HSL | 26.81º | 0.25% | 0.37% | - |
| HSV(B) | 26.81º | 0.4% | 0.46% | - |
| XYZ | 12.44 | 11.96 | 7.61 | - |
| YUV | 97.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 71 | 0 | 0.22 | 0.40 | 0.54 | 26.81 | 0.25 | 0.37 |
| Hex | 76 | 5C | 47 | 0 | 16 | 28 | 36 | 1B | 19 | 25 |
| Octal | 166 | 134 | 107 | 0 | 26 | 50 | 66 | 33 | 31 | 45 |
| Binary | 1110110 | 1011100 | 1000111 | 0 | 10110 | 101000 | 110110 | 11011 | 11001 | 100101 |
Color Harmonies of #765C47
Complementary color
Monochromatic Colors of #765C47
Black with #765C47
Text Example
Text Example
White with #765C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C47; }
p { color: rgb(118,92,71); }
H1.HeaderClassName
{
color: #765C47;
}
.AnyTagClassName
{
color: #765C47;
}
</style>
background-color css
<style>
a { background-color: #765C47; }
a { background-color: rgb(118,92,71); }
div.DivClassName
{
background-color: #765C47;
}
.BgClassName
{
background-color: #765C47;
}
</style>
border-color css
<style>
span { border-color: #765C47; }
span { border-color: rgb(118,92,71); }
td.TdClassName
{
border-color: #765C47;
}
.TagClassName
{
border-color: #765C47;
}
</style>