Shades of Dorado #775C51
Tints of Dorado #775C51
RGB
CMYK
RGB Variations
Color information
#775C51 (or 0x775C51) is known color: Dorado. HEX triplet: 77, 5C and 51. RGB value is (119,92,81). Sum of RGB (Red+Green+Blue) = 119+92+81=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #775C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C51 is #88A3AE. Grayscale: #626262. Windows color (decimal): -8954799 or 5332087. OLE color: 5332087.
HSL color Cylindrical-coordinate representation of color #775C51: hue angle of 17.37º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775C51 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 81 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.53 |
| HSL | 17.37º | 0.19% | 0.39% | - |
| HSV(B) | 17.37º | 0.32% | 0.47% | - |
| XYZ | 12.92 | 12.17 | 9.45 | - |
| YUV | 98.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 81 | 0 | 0.23 | 0.32 | 0.53 | 17.37 | 0.19 | 0.39 |
| Hex | 77 | 5C | 51 | 0 | 17 | 20 | 35 | 11 | 13 | 27 |
| Octal | 167 | 134 | 121 | 0 | 27 | 40 | 65 | 21 | 23 | 47 |
| Binary | 1110111 | 1011100 | 1010001 | 0 | 10111 | 100000 | 110101 | 10001 | 10011 | 100111 |
Color Harmonies of #775C51
Complementary color
Monochromatic Colors of #775C51
Black with #775C51
Text Example
Text Example
White with #775C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C51; }
p { color: rgb(119,92,81); }
H1.HeaderClassName
{
color: #775C51;
}
.AnyTagClassName
{
color: #775C51;
}
</style>
background-color css
<style>
a { background-color: #775C51; }
a { background-color: rgb(119,92,81); }
div.DivClassName
{
background-color: #775C51;
}
.BgClassName
{
background-color: #775C51;
}
</style>
border-color css
<style>
span { border-color: #775C51; }
span { border-color: rgb(119,92,81); }
td.TdClassName
{
border-color: #775C51;
}
.TagClassName
{
border-color: #775C51;
}
</style>