Shades of Dorado #775C4E
Tints of Dorado #775C4E
RGB
CMYK
RGB Variations
Color information
#775C4E (or 0x775C4E) is known color: Dorado. HEX triplet: 77, 5C and 4E. RGB value is (119,92,78). Sum of RGB (Red+Green+Blue) = 119+92+78=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #775C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C4E is #88A3B1. Grayscale: #626262. Windows color (decimal): -8954802 or 5135479. OLE color: 5135479.
HSL color Cylindrical-coordinate representation of color #775C4E: hue angle of 20.49º 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 #775C4E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 78 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.53 |
| HSL | 20.49º | 0.21% | 0.39% | - |
| HSV(B) | 20.49º | 0.34% | 0.47% | - |
| XYZ | 12.81 | 12.13 | 8.87 | - |
| YUV | 98.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 78 | 0 | 0.23 | 0.34 | 0.53 | 20.49 | 0.21 | 0.39 |
| Hex | 77 | 5C | 4E | 0 | 17 | 22 | 35 | 14 | 15 | 27 |
| Octal | 167 | 134 | 116 | 0 | 27 | 42 | 65 | 24 | 25 | 47 |
| Binary | 1110111 | 1011100 | 1001110 | 0 | 10111 | 100010 | 110101 | 10100 | 10101 | 100111 |
Color Harmonies of #775C4E
Complementary color
Monochromatic Colors of #775C4E
Black with #775C4E
Text Example
Text Example
White with #775C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C4E; }
p { color: rgb(119,92,78); }
H1.HeaderClassName
{
color: #775C4E;
}
.AnyTagClassName
{
color: #775C4E;
}
</style>
background-color css
<style>
a { background-color: #775C4E; }
a { background-color: rgb(119,92,78); }
div.DivClassName
{
background-color: #775C4E;
}
.BgClassName
{
background-color: #775C4E;
}
</style>
border-color css
<style>
span { border-color: #775C4E; }
span { border-color: rgb(119,92,78); }
td.TdClassName
{
border-color: #775C4E;
}
.TagClassName
{
border-color: #775C4E;
}
</style>