Shades of Dorado #72635C
Tints of Dorado #72635C
RGB
CMYK
RGB Variations
Color information
#72635C (or 0x72635C) is known color: Dorado. HEX triplet: 72, 63 and 5C. RGB value is (114,99,92). Sum of RGB (Red+Green+Blue) = 114+99+92=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72635C is #8D9CA3. Grayscale: #666666. Windows color (decimal): -9280676 or 6054770. OLE color: 6054770.
HSL color Cylindrical-coordinate representation of color #72635C: hue angle of 19.09º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72635C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 92 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.55 |
| HSL | 19.09º | 0.11% | 0.4% | - |
| HSV(B) | 19.09º | 0.19% | 0.45% | - |
| XYZ | 13.33 | 13.27 | 11.98 | - |
| YUV | 102.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 92 | 0 | 0.13 | 0.19 | 0.55 | 19.09 | 0.11 | 0.4 |
| Hex | 72 | 63 | 5C | 0 | D | 13 | 37 | 13 | B | 28 |
| Octal | 162 | 143 | 134 | 0 | 15 | 23 | 67 | 23 | 13 | 50 |
| Binary | 1110010 | 1100011 | 1011100 | 0 | 1101 | 10011 | 110111 | 10011 | 1011 | 101000 |
Color Harmonies of #72635C
Complementary color
Monochromatic Colors of #72635C
Black with #72635C
Text Example
Text Example
White with #72635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72635C; }
p { color: rgb(114,99,92); }
H1.HeaderClassName
{
color: #72635C;
}
.AnyTagClassName
{
color: #72635C;
}
</style>
background-color css
<style>
a { background-color: #72635C; }
a { background-color: rgb(114,99,92); }
div.DivClassName
{
background-color: #72635C;
}
.BgClassName
{
background-color: #72635C;
}
</style>
border-color css
<style>
span { border-color: #72635C; }
span { border-color: rgb(114,99,92); }
td.TdClassName
{
border-color: #72635C;
}
.TagClassName
{
border-color: #72635C;
}
</style>