Shades of Dorado #775E4E
Tints of Dorado #775E4E
RGB
CMYK
RGB Variations
Color information
#775E4E (or 0x775E4E) is known color: Dorado. HEX triplet: 77, 5E and 4E. RGB value is (119,94,78). Sum of RGB (Red+Green+Blue) = 119+94+78=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E4E is #88A1B1. Grayscale: #636363. Windows color (decimal): -8954290 or 5135991. OLE color: 5135991.
HSL color Cylindrical-coordinate representation of color #775E4E: hue angle of 23.41º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #775E4E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 78 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.53 |
| HSL | 23.41º | 0.21% | 0.39% | - |
| HSV(B) | 23.41º | 0.34% | 0.47% | - |
| XYZ | 12.99 | 12.48 | 8.93 | - |
| YUV | 99.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 78 | 0 | 0.21 | 0.34 | 0.53 | 23.41 | 0.21 | 0.39 |
| Hex | 77 | 5E | 4E | 0 | 15 | 22 | 35 | 17 | 15 | 27 |
| Octal | 167 | 136 | 116 | 0 | 25 | 42 | 65 | 27 | 25 | 47 |
| Binary | 1110111 | 1011110 | 1001110 | 0 | 10101 | 100010 | 110101 | 10111 | 10101 | 100111 |
Color Harmonies of #775E4E
Complementary color
Monochromatic Colors of #775E4E
Black with #775E4E
Text Example
Text Example
White with #775E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E4E; }
p { color: rgb(119,94,78); }
H1.HeaderClassName
{
color: #775E4E;
}
.AnyTagClassName
{
color: #775E4E;
}
</style>
background-color css
<style>
a { background-color: #775E4E; }
a { background-color: rgb(119,94,78); }
div.DivClassName
{
background-color: #775E4E;
}
.BgClassName
{
background-color: #775E4E;
}
</style>
border-color css
<style>
span { border-color: #775E4E; }
span { border-color: rgb(119,94,78); }
td.TdClassName
{
border-color: #775E4E;
}
.TagClassName
{
border-color: #775E4E;
}
</style>