Shades of Dorado #726359
Tints of Dorado #726359
RGB
CMYK
RGB Variations
Color information
#726359 (or 0x726359) is known color: Dorado. HEX triplet: 72, 63 and 59. RGB value is (114,99,89). Sum of RGB (Red+Green+Blue) = 114+99+89=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #726359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726359 is #8D9CA6. Grayscale: #666666. Windows color (decimal): -9280679 or 5858162. OLE color: 5858162.
HSL color Cylindrical-coordinate representation of color #726359: hue angle of 24º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726359 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 89 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.55 |
| HSL | 24º | 0.12% | 0.4% | - |
| HSV(B) | 24º | 0.22% | 0.45% | - |
| XYZ | 13.2 | 13.22 | 11.31 | - |
| YUV | 102.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 89 | 0 | 0.13 | 0.22 | 0.55 | 24 | 0.12 | 0.4 |
| Hex | 72 | 63 | 59 | 0 | D | 16 | 37 | 18 | C | 28 |
| Octal | 162 | 143 | 131 | 0 | 15 | 26 | 67 | 30 | 14 | 50 |
| Binary | 1110010 | 1100011 | 1011001 | 0 | 1101 | 10110 | 110111 | 11000 | 1100 | 101000 |
Color Harmonies of #726359
Complementary color
Monochromatic Colors of #726359
Black with #726359
Text Example
Text Example
White with #726359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726359; }
p { color: rgb(114,99,89); }
H1.HeaderClassName
{
color: #726359;
}
.AnyTagClassName
{
color: #726359;
}
</style>
background-color css
<style>
a { background-color: #726359; }
a { background-color: rgb(114,99,89); }
div.DivClassName
{
background-color: #726359;
}
.BgClassName
{
background-color: #726359;
}
</style>
border-color css
<style>
span { border-color: #726359; }
span { border-color: rgb(114,99,89); }
td.TdClassName
{
border-color: #726359;
}
.TagClassName
{
border-color: #726359;
}
</style>