Shades of Dorado #755E55
Tints of Dorado #755E55
RGB
CMYK
RGB Variations
Color information
#755E55 (or 0x755E55) is known color: Dorado. HEX triplet: 75, 5E and 55. RGB value is (117,94,85). Sum of RGB (Red+Green+Blue) = 117+94+85=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E55 is #8AA1AA. Grayscale: #636363. Windows color (decimal): -9085355 or 5594741. OLE color: 5594741.
HSL color Cylindrical-coordinate representation of color #755E55: hue angle of 16.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755E55 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 85 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.54 |
| HSL | 16.88º | 0.16% | 0.4% | - |
| HSV(B) | 16.88º | 0.27% | 0.46% | - |
| XYZ | 12.98 | 12.44 | 10.31 | - |
| YUV | 99.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 85 | 0 | 0.20 | 0.27 | 0.54 | 16.88 | 0.16 | 0.4 |
| Hex | 75 | 5E | 55 | 0 | 14 | 1B | 36 | 11 | 10 | 28 |
| Octal | 165 | 136 | 125 | 0 | 24 | 33 | 66 | 21 | 20 | 50 |
| Binary | 1110101 | 1011110 | 1010101 | 0 | 10100 | 11011 | 110110 | 10001 | 10000 | 101000 |
Color Harmonies of #755E55
Complementary color
Monochromatic Colors of #755E55
Black with #755E55
Text Example
Text Example
White with #755E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E55; }
p { color: rgb(117,94,85); }
H1.HeaderClassName
{
color: #755E55;
}
.AnyTagClassName
{
color: #755E55;
}
</style>
background-color css
<style>
a { background-color: #755E55; }
a { background-color: rgb(117,94,85); }
div.DivClassName
{
background-color: #755E55;
}
.BgClassName
{
background-color: #755E55;
}
</style>
border-color css
<style>
span { border-color: #755E55; }
span { border-color: rgb(117,94,85); }
td.TdClassName
{
border-color: #755E55;
}
.TagClassName
{
border-color: #755E55;
}
</style>