Shades of Dorado #735E57
Tints of Dorado #735E57
RGB
CMYK
RGB Variations
Color information
#735E57 (or 0x735E57) is known color: Dorado. HEX triplet: 73, 5E and 57. RGB value is (115,94,87). Sum of RGB (Red+Green+Blue) = 115+94+87=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E57 is #8CA1A8. Grayscale: #636363. Windows color (decimal): -9216425 or 5725811. OLE color: 5725811.
HSL color Cylindrical-coordinate representation of color #735E57: hue angle of 15º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735E57 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 87 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.55 |
| HSL | 15º | 0.14% | 0.4% | - |
| HSV(B) | 15º | 0.24% | 0.45% | - |
| XYZ | 12.79 | 12.34 | 10.72 | - |
| YUV | 99.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 87 | 0 | 0.18 | 0.24 | 0.55 | 15 | 0.14 | 0.4 |
| Hex | 73 | 5E | 57 | 0 | 12 | 18 | 37 | F | E | 28 |
| Octal | 163 | 136 | 127 | 0 | 22 | 30 | 67 | 17 | 16 | 50 |
| Binary | 1110011 | 1011110 | 1010111 | 0 | 10010 | 11000 | 110111 | 1111 | 1110 | 101000 |
Color Harmonies of #735E57
Complementary color
Monochromatic Colors of #735E57
Black with #735E57
Text Example
Text Example
White with #735E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E57; }
p { color: rgb(115,94,87); }
H1.HeaderClassName
{
color: #735E57;
}
.AnyTagClassName
{
color: #735E57;
}
</style>
background-color css
<style>
a { background-color: #735E57; }
a { background-color: rgb(115,94,87); }
div.DivClassName
{
background-color: #735E57;
}
.BgClassName
{
background-color: #735E57;
}
</style>
border-color css
<style>
span { border-color: #735E57; }
span { border-color: rgb(115,94,87); }
td.TdClassName
{
border-color: #735E57;
}
.TagClassName
{
border-color: #735E57;
}
</style>