Shades of Dorado #775E54
Tints of Dorado #775E54
RGB
CMYK
RGB Variations
Color information
#775E54 (or 0x775E54) is known color: Dorado. HEX triplet: 77, 5E and 54. RGB value is (119,94,84). Sum of RGB (Red+Green+Blue) = 119+94+84=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #775E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E54 is #88A1AB. Grayscale: #646464. Windows color (decimal): -8954284 or 5529207. OLE color: 5529207.
HSL color Cylindrical-coordinate representation of color #775E54: hue angle of 17.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775E54 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 84 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.53 |
| HSL | 17.14º | 0.17% | 0.4% | - |
| HSV(B) | 17.14º | 0.29% | 0.47% | - |
| XYZ | 13.21 | 12.57 | 10.12 | - |
| YUV | 100.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 84 | 0 | 0.21 | 0.29 | 0.53 | 17.14 | 0.17 | 0.4 |
| Hex | 77 | 5E | 54 | 0 | 15 | 1D | 35 | 11 | 11 | 28 |
| Octal | 167 | 136 | 124 | 0 | 25 | 35 | 65 | 21 | 21 | 50 |
| Binary | 1110111 | 1011110 | 1010100 | 0 | 10101 | 11101 | 110101 | 10001 | 10001 | 101000 |
Color Harmonies of #775E54
Complementary color
Monochromatic Colors of #775E54
Black with #775E54
Text Example
Text Example
White with #775E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E54; }
p { color: rgb(119,94,84); }
H1.HeaderClassName
{
color: #775E54;
}
.AnyTagClassName
{
color: #775E54;
}
</style>
background-color css
<style>
a { background-color: #775E54; }
a { background-color: rgb(119,94,84); }
div.DivClassName
{
background-color: #775E54;
}
.BgClassName
{
background-color: #775E54;
}
</style>
border-color css
<style>
span { border-color: #775E54; }
span { border-color: rgb(119,94,84); }
td.TdClassName
{
border-color: #775E54;
}
.TagClassName
{
border-color: #775E54;
}
</style>