Shades of Dorado #765D53
Tints of Dorado #765D53
RGB
CMYK
RGB Variations
Color information
#765D53 (or 0x765D53) is known color: Dorado. HEX triplet: 76, 5D and 53. RGB value is (118,93,83). Sum of RGB (Red+Green+Blue) = 118+93+83=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #765D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D53 is #89A2AC. Grayscale: #636363. Windows color (decimal): -9020077 or 5463414. OLE color: 5463414.
HSL color Cylindrical-coordinate representation of color #765D53: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765D53 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 83 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.54 |
| HSL | 17.14º | 0.17% | 0.39% | - |
| HSV(B) | 17.14º | 0.3% | 0.46% | - |
| XYZ | 12.95 | 12.3 | 9.88 | - |
| YUV | 99.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 83 | 0 | 0.21 | 0.30 | 0.54 | 17.14 | 0.17 | 0.39 |
| Hex | 76 | 5D | 53 | 0 | 15 | 1E | 36 | 11 | 11 | 27 |
| Octal | 166 | 135 | 123 | 0 | 25 | 36 | 66 | 21 | 21 | 47 |
| Binary | 1110110 | 1011101 | 1010011 | 0 | 10101 | 11110 | 110110 | 10001 | 10001 | 100111 |
Color Harmonies of #765D53
Complementary color
Monochromatic Colors of #765D53
Black with #765D53
Text Example
Text Example
White with #765D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D53; }
p { color: rgb(118,93,83); }
H1.HeaderClassName
{
color: #765D53;
}
.AnyTagClassName
{
color: #765D53;
}
</style>
background-color css
<style>
a { background-color: #765D53; }
a { background-color: rgb(118,93,83); }
div.DivClassName
{
background-color: #765D53;
}
.BgClassName
{
background-color: #765D53;
}
</style>
border-color css
<style>
span { border-color: #765D53; }
span { border-color: rgb(118,93,83); }
td.TdClassName
{
border-color: #765D53;
}
.TagClassName
{
border-color: #765D53;
}
</style>