Shades of Dorado #775C4F
Tints of Dorado #775C4F
RGB
CMYK
RGB Variations
Color information
#775C4F (or 0x775C4F) is known color: Dorado. HEX triplet: 77, 5C and 4F. RGB value is (119,92,79). Sum of RGB (Red+Green+Blue) = 119+92+79=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #775C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C4F is #88A3B0. Grayscale: #626262. Windows color (decimal): -8954801 or 5201015. OLE color: 5201015.
HSL color Cylindrical-coordinate representation of color #775C4F: hue angle of 19.5º degrees, saturation: 0.2, 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 #775C4F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 79 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.53 |
| HSL | 19.5º | 0.2% | 0.39% | - |
| HSV(B) | 19.5º | 0.34% | 0.47% | - |
| XYZ | 12.85 | 12.14 | 9.06 | - |
| YUV | 98.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 79 | 0 | 0.23 | 0.34 | 0.53 | 19.5 | 0.2 | 0.39 |
| Hex | 77 | 5C | 4F | 0 | 17 | 22 | 35 | 14 | 14 | 27 |
| Octal | 167 | 134 | 117 | 0 | 27 | 42 | 65 | 24 | 24 | 47 |
| Binary | 1110111 | 1011100 | 1001111 | 0 | 10111 | 100010 | 110101 | 10100 | 10100 | 100111 |
Color Harmonies of #775C4F
Complementary color
Monochromatic Colors of #775C4F
Black with #775C4F
Text Example
Text Example
White with #775C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C4F; }
p { color: rgb(119,92,79); }
H1.HeaderClassName
{
color: #775C4F;
}
.AnyTagClassName
{
color: #775C4F;
}
</style>
background-color css
<style>
a { background-color: #775C4F; }
a { background-color: rgb(119,92,79); }
div.DivClassName
{
background-color: #775C4F;
}
.BgClassName
{
background-color: #775C4F;
}
</style>
border-color css
<style>
span { border-color: #775C4F; }
span { border-color: rgb(119,92,79); }
td.TdClassName
{
border-color: #775C4F;
}
.TagClassName
{
border-color: #775C4F;
}
</style>