Shades of Dorado #765E50
Tints of Dorado #765E50
RGB
CMYK
RGB Variations
Color information
#765E50 (or 0x765E50) is known color: Dorado. HEX triplet: 76, 5E and 50. RGB value is (118,94,80). Sum of RGB (Red+Green+Blue) = 118+94+80=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #765E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E50 is #89A1AF. Grayscale: #636363. Windows color (decimal): -9019824 or 5267062. OLE color: 5267062.
HSL color Cylindrical-coordinate representation of color #765E50: hue angle of 22.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765E50 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 80 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.54 |
| HSL | 22.11º | 0.19% | 0.39% | - |
| HSV(B) | 22.11º | 0.32% | 0.46% | - |
| XYZ | 12.92 | 12.44 | 9.31 | - |
| YUV | 99.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 80 | 0 | 0.20 | 0.32 | 0.54 | 22.11 | 0.19 | 0.39 |
| Hex | 76 | 5E | 50 | 0 | 14 | 20 | 36 | 16 | 13 | 27 |
| Octal | 166 | 136 | 120 | 0 | 24 | 40 | 66 | 26 | 23 | 47 |
| Binary | 1110110 | 1011110 | 1010000 | 0 | 10100 | 100000 | 110110 | 10110 | 10011 | 100111 |
Color Harmonies of #765E50
Complementary color
Monochromatic Colors of #765E50
Black with #765E50
Text Example
Text Example
White with #765E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E50; }
p { color: rgb(118,94,80); }
H1.HeaderClassName
{
color: #765E50;
}
.AnyTagClassName
{
color: #765E50;
}
</style>
background-color css
<style>
a { background-color: #765E50; }
a { background-color: rgb(118,94,80); }
div.DivClassName
{
background-color: #765E50;
}
.BgClassName
{
background-color: #765E50;
}
</style>
border-color css
<style>
span { border-color: #765E50; }
span { border-color: rgb(118,94,80); }
td.TdClassName
{
border-color: #765E50;
}
.TagClassName
{
border-color: #765E50;
}
</style>