Shades of Dorado #715B54
Tints of Dorado #715B54
RGB
CMYK
RGB Variations
Color information
#715B54 (or 0x715B54) is known color: Dorado. HEX triplet: 71, 5B and 54. RGB value is (113,91,84). Sum of RGB (Red+Green+Blue) = 113+91+84=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #715B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B54 is #8EA4AB. Grayscale: #606060. Windows color (decimal): -9348268 or 5528433. OLE color: 5528433.
HSL color Cylindrical-coordinate representation of color #715B54: hue angle of 14.48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715B54 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 84 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.56 |
| HSL | 14.48º | 0.15% | 0.39% | - |
| HSV(B) | 14.48º | 0.26% | 0.44% | - |
| XYZ | 12.15 | 11.63 | 9.99 | - |
| YUV | 96.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 84 | 0 | 0.19 | 0.26 | 0.56 | 14.48 | 0.15 | 0.39 |
| Hex | 71 | 5B | 54 | 0 | 13 | 1A | 38 | E | F | 27 |
| Octal | 161 | 133 | 124 | 0 | 23 | 32 | 70 | 16 | 17 | 47 |
| Binary | 1110001 | 1011011 | 1010100 | 0 | 10011 | 11010 | 111000 | 1110 | 1111 | 100111 |
Color Harmonies of #715B54
Complementary color
Monochromatic Colors of #715B54
Black with #715B54
Text Example
Text Example
White with #715B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B54; }
p { color: rgb(113,91,84); }
H1.HeaderClassName
{
color: #715B54;
}
.AnyTagClassName
{
color: #715B54;
}
</style>
background-color css
<style>
a { background-color: #715B54; }
a { background-color: rgb(113,91,84); }
div.DivClassName
{
background-color: #715B54;
}
.BgClassName
{
background-color: #715B54;
}
</style>
border-color css
<style>
span { border-color: #715B54; }
span { border-color: rgb(113,91,84); }
td.TdClassName
{
border-color: #715B54;
}
.TagClassName
{
border-color: #715B54;
}
</style>