Shades of Dorado #775E50
Tints of Dorado #775E50
RGB
CMYK
RGB Variations
Color information
#775E50 (or 0x775E50) is known color: Dorado. HEX triplet: 77, 5E and 50. RGB value is (119,94,80). Sum of RGB (Red+Green+Blue) = 119+94+80=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #775E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E50 is #88A1AF. Grayscale: #636363. Windows color (decimal): -8954288 or 5267063. OLE color: 5267063.
HSL color Cylindrical-coordinate representation of color #775E50: hue angle of 21.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775E50 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 80 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.53 |
| HSL | 21.54º | 0.2% | 0.39% | - |
| HSV(B) | 21.54º | 0.33% | 0.47% | - |
| XYZ | 13.06 | 12.51 | 9.32 | - |
| YUV | 99.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 80 | 0 | 0.21 | 0.33 | 0.53 | 21.54 | 0.2 | 0.39 |
| Hex | 77 | 5E | 50 | 0 | 15 | 21 | 35 | 16 | 14 | 27 |
| Octal | 167 | 136 | 120 | 0 | 25 | 41 | 65 | 26 | 24 | 47 |
| Binary | 1110111 | 1011110 | 1010000 | 0 | 10101 | 100001 | 110101 | 10110 | 10100 | 100111 |
Color Harmonies of #775E50
Complementary color
Monochromatic Colors of #775E50
Black with #775E50
Text Example
Text Example
White with #775E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E50; }
p { color: rgb(119,94,80); }
H1.HeaderClassName
{
color: #775E50;
}
.AnyTagClassName
{
color: #775E50;
}
</style>
background-color css
<style>
a { background-color: #775E50; }
a { background-color: rgb(119,94,80); }
div.DivClassName
{
background-color: #775E50;
}
.BgClassName
{
background-color: #775E50;
}
</style>
border-color css
<style>
span { border-color: #775E50; }
span { border-color: rgb(119,94,80); }
td.TdClassName
{
border-color: #775E50;
}
.TagClassName
{
border-color: #775E50;
}
</style>