Shades of Dorado #72564D
Tints of Dorado #72564D
RGB
CMYK
RGB Variations
Color information
#72564D (or 0x72564D) is known color: Dorado. HEX triplet: 72, 56 and 4D. RGB value is (114,86,77). Sum of RGB (Red+Green+Blue) = 114+86+77=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72564D is #8DA9B2. Grayscale: #5D5D5D. Windows color (decimal): -9284019 or 5068402. OLE color: 5068402.
HSL color Cylindrical-coordinate representation of color #72564D: hue angle of 14.59º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72564D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 77 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.55 |
| HSL | 14.59º | 0.19% | 0.37% | - |
| HSV(B) | 14.59º | 0.32% | 0.45% | - |
| XYZ | 11.61 | 10.77 | 8.49 | - |
| YUV | 93.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 77 | 0 | 0.25 | 0.32 | 0.55 | 14.59 | 0.19 | 0.37 |
| Hex | 72 | 56 | 4D | 0 | 19 | 20 | 37 | F | 13 | 25 |
| Octal | 162 | 126 | 115 | 0 | 31 | 40 | 67 | 17 | 23 | 45 |
| Binary | 1110010 | 1010110 | 1001101 | 0 | 11001 | 100000 | 110111 | 1111 | 10011 | 100101 |
Color Harmonies of #72564D
Complementary color
Monochromatic Colors of #72564D
Black with #72564D
Text Example
Text Example
White with #72564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72564D; }
p { color: rgb(114,86,77); }
H1.HeaderClassName
{
color: #72564D;
}
.AnyTagClassName
{
color: #72564D;
}
</style>
background-color css
<style>
a { background-color: #72564D; }
a { background-color: rgb(114,86,77); }
div.DivClassName
{
background-color: #72564D;
}
.BgClassName
{
background-color: #72564D;
}
</style>
border-color css
<style>
span { border-color: #72564D; }
span { border-color: rgb(114,86,77); }
td.TdClassName
{
border-color: #72564D;
}
.TagClassName
{
border-color: #72564D;
}
</style>