Shades of Dorado #765E55
Tints of Dorado #765E55
RGB
CMYK
RGB Variations
Color information
#765E55 (or 0x765E55) is known color: Dorado. HEX triplet: 76, 5E and 55. RGB value is (118,94,85). Sum of RGB (Red+Green+Blue) = 118+94+85=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #765E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E55 is #89A1AA. Grayscale: #646464. Windows color (decimal): -9019819 or 5594742. OLE color: 5594742.
HSL color Cylindrical-coordinate representation of color #765E55: hue angle of 16.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765E55 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 85 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.54 |
| HSL | 16.36º | 0.16% | 0.4% | - |
| HSV(B) | 16.36º | 0.28% | 0.46% | - |
| XYZ | 13.11 | 12.51 | 10.32 | - |
| YUV | 100.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 85 | 0 | 0.20 | 0.28 | 0.54 | 16.36 | 0.16 | 0.4 |
| Hex | 76 | 5E | 55 | 0 | 14 | 1C | 36 | 10 | 10 | 28 |
| Octal | 166 | 136 | 125 | 0 | 24 | 34 | 66 | 20 | 20 | 50 |
| Binary | 1110110 | 1011110 | 1010101 | 0 | 10100 | 11100 | 110110 | 10000 | 10000 | 101000 |
Color Harmonies of #765E55
Complementary color
Monochromatic Colors of #765E55
Black with #765E55
Text Example
Text Example
White with #765E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E55; }
p { color: rgb(118,94,85); }
H1.HeaderClassName
{
color: #765E55;
}
.AnyTagClassName
{
color: #765E55;
}
</style>
background-color css
<style>
a { background-color: #765E55; }
a { background-color: rgb(118,94,85); }
div.DivClassName
{
background-color: #765E55;
}
.BgClassName
{
background-color: #765E55;
}
</style>
border-color css
<style>
span { border-color: #765E55; }
span { border-color: rgb(118,94,85); }
td.TdClassName
{
border-color: #765E55;
}
.TagClassName
{
border-color: #765E55;
}
</style>