Shades of Dorado #725A54
Tints of Dorado #725A54
RGB
CMYK
RGB Variations
Color information
#725A54 (or 0x725A54) is known color: Dorado. HEX triplet: 72, 5A and 54. RGB value is (114,90,84). Sum of RGB (Red+Green+Blue) = 114+90+84=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #725A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A54 is #8DA5AB. Grayscale: #606060. Windows color (decimal): -9282988 or 5528178. OLE color: 5528178.
HSL color Cylindrical-coordinate representation of color #725A54: hue angle of 12º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #725A54 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 84 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.55 |
| HSL | 12º | 0.15% | 0.39% | - |
| HSV(B) | 12º | 0.26% | 0.45% | - |
| XYZ | 12.2 | 11.53 | 9.97 | - |
| YUV | 96.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 84 | 0 | 0.21 | 0.26 | 0.55 | 12 | 0.15 | 0.39 |
| Hex | 72 | 5A | 54 | 0 | 15 | 1A | 37 | C | F | 27 |
| Octal | 162 | 132 | 124 | 0 | 25 | 32 | 67 | 14 | 17 | 47 |
| Binary | 1110010 | 1011010 | 1010100 | 0 | 10101 | 11010 | 110111 | 1100 | 1111 | 100111 |
Color Harmonies of #725A54
Complementary color
Monochromatic Colors of #725A54
Black with #725A54
Text Example
Text Example
White with #725A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A54; }
p { color: rgb(114,90,84); }
H1.HeaderClassName
{
color: #725A54;
}
.AnyTagClassName
{
color: #725A54;
}
</style>
background-color css
<style>
a { background-color: #725A54; }
a { background-color: rgb(114,90,84); }
div.DivClassName
{
background-color: #725A54;
}
.BgClassName
{
background-color: #725A54;
}
</style>
border-color css
<style>
span { border-color: #725A54; }
span { border-color: rgb(114,90,84); }
td.TdClassName
{
border-color: #725A54;
}
.TagClassName
{
border-color: #725A54;
}
</style>