Shades of Domino #765C4B
Tints of Domino #765C4B
RGB
CMYK
RGB Variations
Color information
#765C4B (or 0x765C4B) is known color: Domino. HEX triplet: 76, 5C and 4B. RGB value is (118,92,75). Sum of RGB (Red+Green+Blue) = 118+92+75=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C4B is #89A3B4. Grayscale: #616161. Windows color (decimal): -9020341 or 4938870. OLE color: 4938870.
HSL color Cylindrical-coordinate representation of color #765C4B: hue angle of 23.72º 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 #765C4B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 75 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.54 |
| HSL | 23.72º | 0.22% | 0.38% | - |
| HSV(B) | 23.72º | 0.36% | 0.46% | - |
| XYZ | 12.57 | 12.01 | 8.31 | - |
| YUV | 97.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 75 | 0 | 0.22 | 0.36 | 0.54 | 23.72 | 0.22 | 0.38 |
| Hex | 76 | 5C | 4B | 0 | 16 | 24 | 36 | 18 | 16 | 26 |
| Octal | 166 | 134 | 113 | 0 | 26 | 44 | 66 | 30 | 26 | 46 |
| Binary | 1110110 | 1011100 | 1001011 | 0 | 10110 | 100100 | 110110 | 11000 | 10110 | 100110 |
Color Harmonies of #765C4B
Complementary color
Monochromatic Colors of #765C4B
Black with #765C4B
Text Example
Text Example
White with #765C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C4B; }
p { color: rgb(118,92,75); }
H1.HeaderClassName
{
color: #765C4B;
}
.AnyTagClassName
{
color: #765C4B;
}
</style>
background-color css
<style>
a { background-color: #765C4B; }
a { background-color: rgb(118,92,75); }
div.DivClassName
{
background-color: #765C4B;
}
.BgClassName
{
background-color: #765C4B;
}
</style>
border-color css
<style>
span { border-color: #765C4B; }
span { border-color: rgb(118,92,75); }
td.TdClassName
{
border-color: #765C4B;
}
.TagClassName
{
border-color: #765C4B;
}
</style>