Shades of Dorado #715C55
Tints of Dorado #715C55
RGB
CMYK
RGB Variations
Color information
#715C55 (or 0x715C55) is known color: Dorado. HEX triplet: 71, 5C and 55. RGB value is (113,92,85). Sum of RGB (Red+Green+Blue) = 113+92+85=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #715C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C55 is #8EA3AA. Grayscale: #616161. Windows color (decimal): -9348011 or 5594225. OLE color: 5594225.
HSL color Cylindrical-coordinate representation of color #715C55: hue angle of 15º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715C55 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 92 | 85 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.56 |
| HSL | 15º | 0.14% | 0.39% | - |
| HSV(B) | 15º | 0.25% | 0.44% | - |
| XYZ | 12.28 | 11.82 | 10.23 | - |
| YUV | 97.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 92 | 85 | 0 | 0.19 | 0.25 | 0.56 | 15 | 0.14 | 0.39 |
| Hex | 71 | 5C | 55 | 0 | 13 | 19 | 38 | F | E | 27 |
| Octal | 161 | 134 | 125 | 0 | 23 | 31 | 70 | 17 | 16 | 47 |
| Binary | 1110001 | 1011100 | 1010101 | 0 | 10011 | 11001 | 111000 | 1111 | 1110 | 100111 |
Color Harmonies of #715C55
Complementary color
Monochromatic Colors of #715C55
Black with #715C55
Text Example
Text Example
White with #715C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715C55; }
p { color: rgb(113,92,85); }
H1.HeaderClassName
{
color: #715C55;
}
.AnyTagClassName
{
color: #715C55;
}
</style>
background-color css
<style>
a { background-color: #715C55; }
a { background-color: rgb(113,92,85); }
div.DivClassName
{
background-color: #715C55;
}
.BgClassName
{
background-color: #715C55;
}
</style>
border-color css
<style>
span { border-color: #715C55; }
span { border-color: rgb(113,92,85); }
td.TdClassName
{
border-color: #715C55;
}
.TagClassName
{
border-color: #715C55;
}
</style>