Shades of Dorado #795D4D
Tints of Dorado #795D4D
RGB
CMYK
RGB Variations
Color information
#795D4D (or 0x795D4D) is known color: Dorado. HEX triplet: 79, 5D and 4D. RGB value is (121,93,77). Sum of RGB (Red+Green+Blue) = 121+93+77=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #795D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795D4D is #86A2B2. Grayscale: #636363. Windows color (decimal): -8823475 or 5070201. OLE color: 5070201.
HSL color Cylindrical-coordinate representation of color #795D4D: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795D4D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 77 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.53 |
| HSL | 21.82º | 0.22% | 0.39% | - |
| HSV(B) | 21.82º | 0.36% | 0.47% | - |
| XYZ | 13.14 | 12.43 | 8.73 | - |
| YUV | 99.55 | 115.28 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 77 | 0 | 0.23 | 0.36 | 0.53 | 21.82 | 0.22 | 0.39 |
| Hex | 79 | 5D | 4D | 0 | 17 | 24 | 35 | 16 | 16 | 27 |
| Octal | 171 | 135 | 115 | 0 | 27 | 44 | 65 | 26 | 26 | 47 |
| Binary | 1111001 | 1011101 | 1001101 | 0 | 10111 | 100100 | 110101 | 10110 | 10110 | 100111 |
Color Harmonies of #795D4D
Complementary color
Monochromatic Colors of #795D4D
Black with #795D4D
Text Example
Text Example
White with #795D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D4D; }
p { color: rgb(121,93,77); }
H1.HeaderClassName
{
color: #795D4D;
}
.AnyTagClassName
{
color: #795D4D;
}
</style>
background-color css
<style>
a { background-color: #795D4D; }
a { background-color: rgb(121,93,77); }
div.DivClassName
{
background-color: #795D4D;
}
.BgClassName
{
background-color: #795D4D;
}
</style>
border-color css
<style>
span { border-color: #795D4D; }
span { border-color: rgb(121,93,77); }
td.TdClassName
{
border-color: #795D4D;
}
.TagClassName
{
border-color: #795D4D;
}
</style>