Shades of Dorado #795E50
Tints of Dorado #795E50
RGB
CMYK
RGB Variations
Color information
#795E50 (or 0x795E50) is known color: Dorado. HEX triplet: 79, 5E and 50. RGB value is (121,94,80). Sum of RGB (Red+Green+Blue) = 121+94+80=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 121 - color contains mainly: red. Hex color #795E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E50 is #86A1AF. Grayscale: #646464. Windows color (decimal): -8823216 or 5267065. OLE color: 5267065.
HSL color Cylindrical-coordinate representation of color #795E50: hue angle of 20.49º 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 #795E50 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 94 | 80 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.53 |
| HSL | 20.49º | 0.2% | 0.39% | - |
| HSV(B) | 20.49º | 0.34% | 0.47% | - |
| XYZ | 13.34 | 12.65 | 9.33 | - |
| YUV | 100.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 94 | 80 | 0 | 0.22 | 0.34 | 0.53 | 20.49 | 0.2 | 0.39 |
| Hex | 79 | 5E | 50 | 0 | 16 | 22 | 35 | 14 | 14 | 27 |
| Octal | 171 | 136 | 120 | 0 | 26 | 42 | 65 | 24 | 24 | 47 |
| Binary | 1111001 | 1011110 | 1010000 | 0 | 10110 | 100010 | 110101 | 10100 | 10100 | 100111 |
Color Harmonies of #795E50
Complementary color
Monochromatic Colors of #795E50
Black with #795E50
Text Example
Text Example
White with #795E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795E50; }
p { color: rgb(121,94,80); }
H1.HeaderClassName
{
color: #795E50;
}
.AnyTagClassName
{
color: #795E50;
}
</style>
background-color css
<style>
a { background-color: #795E50; }
a { background-color: rgb(121,94,80); }
div.DivClassName
{
background-color: #795E50;
}
.BgClassName
{
background-color: #795E50;
}
</style>
border-color css
<style>
span { border-color: #795E50; }
span { border-color: rgb(121,94,80); }
td.TdClassName
{
border-color: #795E50;
}
.TagClassName
{
border-color: #795E50;
}
</style>