Shades of Dorado #72574E
Tints of Dorado #72574E
RGB
CMYK
RGB Variations
Color information
#72574E (or 0x72574E) is known color: Dorado. HEX triplet: 72, 57 and 4E. RGB value is (114,87,78). Sum of RGB (Red+Green+Blue) = 114+87+78=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #72574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72574E is #8DA8B1. Grayscale: #5E5E5E. Windows color (decimal): -9283762 or 5134194. OLE color: 5134194.
HSL color Cylindrical-coordinate representation of color #72574E: hue angle of 15º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72574E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 87 | 78 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.55 |
| HSL | 15º | 0.19% | 0.38% | - |
| HSV(B) | 15º | 0.32% | 0.45% | - |
| XYZ | 11.72 | 10.94 | 8.7 | - |
| YUV | 94.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 87 | 78 | 0 | 0.24 | 0.32 | 0.55 | 15 | 0.19 | 0.38 |
| Hex | 72 | 57 | 4E | 0 | 18 | 20 | 37 | F | 13 | 26 |
| Octal | 162 | 127 | 116 | 0 | 30 | 40 | 67 | 17 | 23 | 46 |
| Binary | 1110010 | 1010111 | 1001110 | 0 | 11000 | 100000 | 110111 | 1111 | 10011 | 100110 |
Color Harmonies of #72574E
Complementary color
Monochromatic Colors of #72574E
Black with #72574E
Text Example
Text Example
White with #72574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72574E; }
p { color: rgb(114,87,78); }
H1.HeaderClassName
{
color: #72574E;
}
.AnyTagClassName
{
color: #72574E;
}
</style>
background-color css
<style>
a { background-color: #72574E; }
a { background-color: rgb(114,87,78); }
div.DivClassName
{
background-color: #72574E;
}
.BgClassName
{
background-color: #72574E;
}
</style>
border-color css
<style>
span { border-color: #72574E; }
span { border-color: rgb(114,87,78); }
td.TdClassName
{
border-color: #72574E;
}
.TagClassName
{
border-color: #72574E;
}
</style>