Shades of Dorado #726862
Tints of Dorado #726862
RGB
CMYK
RGB Variations
Color information
#726862 (or 0x726862) is known color: Dorado. HEX triplet: 72, 68 and 62. RGB value is (114,104,98). Sum of RGB (Red+Green+Blue) = 114+104+98=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726862 is #8D979D. Grayscale: #6A6A6A. Windows color (decimal): -9279390 or 6449266. OLE color: 6449266.
HSL color Cylindrical-coordinate representation of color #726862: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726862 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 98 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.55 |
| HSL | 22.5º | 0.08% | 0.42% | - |
| HSV(B) | 22.5º | 0.14% | 0.45% | - |
| XYZ | 14.09 | 14.36 | 13.58 | - |
| YUV | 106.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 98 | 0 | 0.09 | 0.14 | 0.55 | 22.5 | 0.08 | 0.42 |
| Hex | 72 | 68 | 62 | 0 | 9 | E | 37 | 16 | 8 | 2A |
| Octal | 162 | 150 | 142 | 0 | 11 | 16 | 67 | 26 | 10 | 52 |
| Binary | 1110010 | 1101000 | 1100010 | 0 | 1001 | 1110 | 110111 | 10110 | 1000 | 101010 |
Color Harmonies of #726862
Complementary color
Monochromatic Colors of #726862
Black with #726862
Text Example
Text Example
White with #726862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726862; }
p { color: rgb(114,104,98); }
H1.HeaderClassName
{
color: #726862;
}
.AnyTagClassName
{
color: #726862;
}
</style>
background-color css
<style>
a { background-color: #726862; }
a { background-color: rgb(114,104,98); }
div.DivClassName
{
background-color: #726862;
}
.BgClassName
{
background-color: #726862;
}
</style>
border-color css
<style>
span { border-color: #726862; }
span { border-color: rgb(114,104,98); }
td.TdClassName
{
border-color: #726862;
}
.TagClassName
{
border-color: #726862;
}
</style>