Shades of Dorado #755F55
Tints of Dorado #755F55
RGB
CMYK
RGB Variations
Color information
#755F55 (or 0x755F55) is known color: Dorado. HEX triplet: 75, 5F and 55. RGB value is (117,95,85). Sum of RGB (Red+Green+Blue) = 117+95+85=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F55 is #8AA0AA. Grayscale: #646464. Windows color (decimal): -9085099 or 5594997. OLE color: 5594997.
HSL color Cylindrical-coordinate representation of color #755F55: hue angle of 18.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755F55 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 85 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.54 |
| HSL | 18.75º | 0.16% | 0.4% | - |
| HSV(B) | 18.75º | 0.27% | 0.46% | - |
| XYZ | 13.07 | 12.62 | 10.34 | - |
| YUV | 100.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 85 | 0 | 0.19 | 0.27 | 0.54 | 18.75 | 0.16 | 0.4 |
| Hex | 75 | 5F | 55 | 0 | 13 | 1B | 36 | 13 | 10 | 28 |
| Octal | 165 | 137 | 125 | 0 | 23 | 33 | 66 | 23 | 20 | 50 |
| Binary | 1110101 | 1011111 | 1010101 | 0 | 10011 | 11011 | 110110 | 10011 | 10000 | 101000 |
Color Harmonies of #755F55
Complementary color
Monochromatic Colors of #755F55
Black with #755F55
Text Example
Text Example
White with #755F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F55; }
p { color: rgb(117,95,85); }
H1.HeaderClassName
{
color: #755F55;
}
.AnyTagClassName
{
color: #755F55;
}
</style>
background-color css
<style>
a { background-color: #755F55; }
a { background-color: rgb(117,95,85); }
div.DivClassName
{
background-color: #755F55;
}
.BgClassName
{
background-color: #755F55;
}
</style>
border-color css
<style>
span { border-color: #755F55; }
span { border-color: rgb(117,95,85); }
td.TdClassName
{
border-color: #755F55;
}
.TagClassName
{
border-color: #755F55;
}
</style>