Shades of Dorado #72625A
Tints of Dorado #72625A
RGB
CMYK
RGB Variations
Color information
#72625A (or 0x72625A) is known color: Dorado. HEX triplet: 72, 62 and 5A. RGB value is (114,98,90). Sum of RGB (Red+Green+Blue) = 114+98+90=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72625A is #8D9DA5. Grayscale: #656565. Windows color (decimal): -9280934 or 5923442. OLE color: 5923442.
HSL color Cylindrical-coordinate representation of color #72625A: hue angle of 20º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72625A is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 90 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.55 |
| HSL | 20º | 0.12% | 0.4% | - |
| HSV(B) | 20º | 0.21% | 0.45% | - |
| XYZ | 13.15 | 13.05 | 11.5 | - |
| YUV | 101.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 90 | 0 | 0.14 | 0.21 | 0.55 | 20 | 0.12 | 0.4 |
| Hex | 72 | 62 | 5A | 0 | E | 15 | 37 | 14 | C | 28 |
| Octal | 162 | 142 | 132 | 0 | 16 | 25 | 67 | 24 | 14 | 50 |
| Binary | 1110010 | 1100010 | 1011010 | 0 | 1110 | 10101 | 110111 | 10100 | 1100 | 101000 |
Color Harmonies of #72625A
Complementary color
Monochromatic Colors of #72625A
Black with #72625A
Text Example
Text Example
White with #72625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72625A; }
p { color: rgb(114,98,90); }
H1.HeaderClassName
{
color: #72625A;
}
.AnyTagClassName
{
color: #72625A;
}
</style>
background-color css
<style>
a { background-color: #72625A; }
a { background-color: rgb(114,98,90); }
div.DivClassName
{
background-color: #72625A;
}
.BgClassName
{
background-color: #72625A;
}
</style>
border-color css
<style>
span { border-color: #72625A; }
span { border-color: rgb(114,98,90); }
td.TdClassName
{
border-color: #72625A;
}
.TagClassName
{
border-color: #72625A;
}
</style>