Shades of Dorado #72635A
Tints of Dorado #72635A
RGB
CMYK
RGB Variations
Color information
#72635A (or 0x72635A) is known color: Dorado. HEX triplet: 72, 63 and 5A. RGB value is (114,99,90). Sum of RGB (Red+Green+Blue) = 114+99+90=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #72635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72635A is #8D9CA5. Grayscale: #666666. Windows color (decimal): -9280678 or 5923698. OLE color: 5923698.
HSL color Cylindrical-coordinate representation of color #72635A: hue angle of 22.5º 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 #72635A is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 90 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.55 |
| HSL | 22.5º | 0.12% | 0.4% | - |
| HSV(B) | 22.5º | 0.21% | 0.45% | - |
| XYZ | 13.25 | 13.24 | 11.53 | - |
| YUV | 102.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 90 | 0 | 0.13 | 0.21 | 0.55 | 22.5 | 0.12 | 0.4 |
| Hex | 72 | 63 | 5A | 0 | D | 15 | 37 | 16 | C | 28 |
| Octal | 162 | 143 | 132 | 0 | 15 | 25 | 67 | 26 | 14 | 50 |
| Binary | 1110010 | 1100011 | 1011010 | 0 | 1101 | 10101 | 110111 | 10110 | 1100 | 101000 |
Color Harmonies of #72635A
Complementary color
Monochromatic Colors of #72635A
Black with #72635A
Text Example
Text Example
White with #72635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72635A; }
p { color: rgb(114,99,90); }
H1.HeaderClassName
{
color: #72635A;
}
.AnyTagClassName
{
color: #72635A;
}
</style>
background-color css
<style>
a { background-color: #72635A; }
a { background-color: rgb(114,99,90); }
div.DivClassName
{
background-color: #72635A;
}
.BgClassName
{
background-color: #72635A;
}
</style>
border-color css
<style>
span { border-color: #72635A; }
span { border-color: rgb(114,99,90); }
td.TdClassName
{
border-color: #72635A;
}
.TagClassName
{
border-color: #72635A;
}
</style>