Shades of Dorado #765C53
Tints of Dorado #765C53
RGB
CMYK
RGB Variations
Color information
#765C53 (or 0x765C53) is known color: Dorado. HEX triplet: 76, 5C and 53. RGB value is (118,92,83). Sum of RGB (Red+Green+Blue) = 118+92+83=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C53 is #89A3AC. Grayscale: #626262. Windows color (decimal): -9020333 or 5463158. OLE color: 5463158.
HSL color Cylindrical-coordinate representation of color #765C53: hue angle of 15.43º 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 #765C53 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 83 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.54 |
| HSL | 15.43º | 0.17% | 0.39% | - |
| HSV(B) | 15.43º | 0.3% | 0.46% | - |
| XYZ | 12.86 | 12.13 | 9.85 | - |
| YUV | 98.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 83 | 0 | 0.22 | 0.30 | 0.54 | 15.43 | 0.17 | 0.39 |
| Hex | 76 | 5C | 53 | 0 | 16 | 1E | 36 | F | 11 | 27 |
| Octal | 166 | 134 | 123 | 0 | 26 | 36 | 66 | 17 | 21 | 47 |
| Binary | 1110110 | 1011100 | 1010011 | 0 | 10110 | 11110 | 110110 | 1111 | 10001 | 100111 |
Color Harmonies of #765C53
Complementary color
Monochromatic Colors of #765C53
Black with #765C53
Text Example
Text Example
White with #765C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C53; }
p { color: rgb(118,92,83); }
H1.HeaderClassName
{
color: #765C53;
}
.AnyTagClassName
{
color: #765C53;
}
</style>
background-color css
<style>
a { background-color: #765C53; }
a { background-color: rgb(118,92,83); }
div.DivClassName
{
background-color: #765C53;
}
.BgClassName
{
background-color: #765C53;
}
</style>
border-color css
<style>
span { border-color: #765C53; }
span { border-color: rgb(118,92,83); }
td.TdClassName
{
border-color: #765C53;
}
.TagClassName
{
border-color: #765C53;
}
</style>