Shades of Dorado #765A4E
Tints of Dorado #765A4E
RGB
CMYK
RGB Variations
Color information
#765A4E (or 0x765A4E) is known color: Dorado. HEX triplet: 76, 5A and 4E. RGB value is (118,90,78). Sum of RGB (Red+Green+Blue) = 118+90+78=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A4E is #89A5B1. Grayscale: #616161. Windows color (decimal): -9020850 or 5134966. OLE color: 5134966.
HSL color Cylindrical-coordinate representation of color #765A4E: hue angle of 18º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #765A4E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 78 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.54 |
| HSL | 18º | 0.2% | 0.38% | - |
| HSV(B) | 18º | 0.34% | 0.46% | - |
| XYZ | 12.5 | 11.71 | 8.81 | - |
| YUV | 97 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 78 | 0 | 0.24 | 0.34 | 0.54 | 18 | 0.2 | 0.38 |
| Hex | 76 | 5A | 4E | 0 | 18 | 22 | 36 | 12 | 14 | 26 |
| Octal | 166 | 132 | 116 | 0 | 30 | 42 | 66 | 22 | 24 | 46 |
| Binary | 1110110 | 1011010 | 1001110 | 0 | 11000 | 100010 | 110110 | 10010 | 10100 | 100110 |
Color Harmonies of #765A4E
Complementary color
Monochromatic Colors of #765A4E
Black with #765A4E
Text Example
Text Example
White with #765A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A4E; }
p { color: rgb(118,90,78); }
H1.HeaderClassName
{
color: #765A4E;
}
.AnyTagClassName
{
color: #765A4E;
}
</style>
background-color css
<style>
a { background-color: #765A4E; }
a { background-color: rgb(118,90,78); }
div.DivClassName
{
background-color: #765A4E;
}
.BgClassName
{
background-color: #765A4E;
}
</style>
border-color css
<style>
span { border-color: #765A4E; }
span { border-color: rgb(118,90,78); }
td.TdClassName
{
border-color: #765A4E;
}
.TagClassName
{
border-color: #765A4E;
}
</style>