Shades of Dorado #765E4E
Tints of Dorado #765E4E
RGB
CMYK
RGB Variations
Color information
#765E4E (or 0x765E4E) is known color: Dorado. HEX triplet: 76, 5E and 4E. RGB value is (118,94,78). Sum of RGB (Red+Green+Blue) = 118+94+78=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #765E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E4E is #89A1B1. Grayscale: #636363. Windows color (decimal): -9019826 or 5135990. OLE color: 5135990.
HSL color Cylindrical-coordinate representation of color #765E4E: hue angle of 24º 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 #765E4E is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 78 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.54 |
| HSL | 24º | 0.2% | 0.38% | - |
| HSV(B) | 24º | 0.34% | 0.46% | - |
| XYZ | 12.85 | 12.41 | 8.93 | - |
| YUV | 99.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 78 | 0 | 0.20 | 0.34 | 0.54 | 24 | 0.2 | 0.38 |
| Hex | 76 | 5E | 4E | 0 | 14 | 22 | 36 | 18 | 14 | 26 |
| Octal | 166 | 136 | 116 | 0 | 24 | 42 | 66 | 30 | 24 | 46 |
| Binary | 1110110 | 1011110 | 1001110 | 0 | 10100 | 100010 | 110110 | 11000 | 10100 | 100110 |
Color Harmonies of #765E4E
Complementary color
Monochromatic Colors of #765E4E
Black with #765E4E
Text Example
Text Example
White with #765E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E4E; }
p { color: rgb(118,94,78); }
H1.HeaderClassName
{
color: #765E4E;
}
.AnyTagClassName
{
color: #765E4E;
}
</style>
background-color css
<style>
a { background-color: #765E4E; }
a { background-color: rgb(118,94,78); }
div.DivClassName
{
background-color: #765E4E;
}
.BgClassName
{
background-color: #765E4E;
}
</style>
border-color css
<style>
span { border-color: #765E4E; }
span { border-color: rgb(118,94,78); }
td.TdClassName
{
border-color: #765E4E;
}
.TagClassName
{
border-color: #765E4E;
}
</style>