Shades of Dorado #755C50
Tints of Dorado #755C50
RGB
CMYK
RGB Variations
Color information
#755C50 (or 0x755C50) is known color: Dorado. HEX triplet: 75, 5C and 50. RGB value is (117,92,80). Sum of RGB (Red+Green+Blue) = 117+92+80=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C50 is #8AA3AF. Grayscale: #626262. Windows color (decimal): -9085872 or 5266549. OLE color: 5266549.
HSL color Cylindrical-coordinate representation of color #755C50: hue angle of 19.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755C50 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 80 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.54 |
| HSL | 19.46º | 0.19% | 0.39% | - |
| HSV(B) | 19.46º | 0.32% | 0.46% | - |
| XYZ | 12.61 | 12.02 | 9.24 | - |
| YUV | 98.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 80 | 0 | 0.21 | 0.32 | 0.54 | 19.46 | 0.19 | 0.39 |
| Hex | 75 | 5C | 50 | 0 | 15 | 20 | 36 | 13 | 13 | 27 |
| Octal | 165 | 134 | 120 | 0 | 25 | 40 | 66 | 23 | 23 | 47 |
| Binary | 1110101 | 1011100 | 1010000 | 0 | 10101 | 100000 | 110110 | 10011 | 10011 | 100111 |
Color Harmonies of #755C50
Complementary color
Monochromatic Colors of #755C50
Black with #755C50
Text Example
Text Example
White with #755C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C50; }
p { color: rgb(117,92,80); }
H1.HeaderClassName
{
color: #755C50;
}
.AnyTagClassName
{
color: #755C50;
}
</style>
background-color css
<style>
a { background-color: #755C50; }
a { background-color: rgb(117,92,80); }
div.DivClassName
{
background-color: #755C50;
}
.BgClassName
{
background-color: #755C50;
}
</style>
border-color css
<style>
span { border-color: #755C50; }
span { border-color: rgb(117,92,80); }
td.TdClassName
{
border-color: #755C50;
}
.TagClassName
{
border-color: #755C50;
}
</style>