Shades of Dorado #7A5D50
Tints of Dorado #7A5D50
RGB
CMYK
RGB Variations
Color information
#7A5D50 (or 0x7A5D50) is known color: Dorado. HEX triplet: 7A, 5D and 50. RGB value is (122,93,80). Sum of RGB (Red+Green+Blue) = 122+93+80=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5D50 is #85A2AF. Grayscale: #646464. Windows color (decimal): -8757936 or 5266810. OLE color: 5266810.
HSL color Cylindrical-coordinate representation of color #7A5D50: hue angle of 18.57º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5D50 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 93 | 80 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.52 |
| HSL | 18.57º | 0.21% | 0.4% | - |
| HSV(B) | 18.57º | 0.34% | 0.48% | - |
| XYZ | 13.39 | 12.55 | 9.31 | - |
| YUV | 100.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 80 | 0 | 0.24 | 0.34 | 0.52 | 18.57 | 0.21 | 0.4 |
| Hex | 7A | 5D | 50 | 0 | 18 | 22 | 34 | 13 | 15 | 28 |
| Octal | 172 | 135 | 120 | 0 | 30 | 42 | 64 | 23 | 25 | 50 |
| Binary | 1111010 | 1011101 | 1010000 | 0 | 11000 | 100010 | 110100 | 10011 | 10101 | 101000 |
Color Harmonies of #7A5D50
Complementary color
Monochromatic Colors of #7A5D50
Black with #7A5D50
Text Example
Text Example
White with #7A5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5D50; }
p { color: rgb(122,93,80); }
H1.HeaderClassName
{
color: #7A5D50;
}
.AnyTagClassName
{
color: #7A5D50;
}
</style>
background-color css
<style>
a { background-color: #7A5D50; }
a { background-color: rgb(122,93,80); }
div.DivClassName
{
background-color: #7A5D50;
}
.BgClassName
{
background-color: #7A5D50;
}
</style>
border-color css
<style>
span { border-color: #7A5D50; }
span { border-color: rgb(122,93,80); }
td.TdClassName
{
border-color: #7A5D50;
}
.TagClassName
{
border-color: #7A5D50;
}
</style>