Shades of Dorado #755A4D
Tints of Dorado #755A4D
RGB
CMYK
RGB Variations
Color information
#755A4D (or 0x755A4D) is known color: Dorado. HEX triplet: 75, 5A and 4D. RGB value is (117,90,77). Sum of RGB (Red+Green+Blue) = 117+90+77=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A4D is #8AA5B2. Grayscale: #606060. Windows color (decimal): -9086387 or 5069429. OLE color: 5069429.
HSL color Cylindrical-coordinate representation of color #755A4D: hue angle of 19.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #755A4D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 77 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.54 |
| HSL | 19.5º | 0.21% | 0.38% | - |
| HSV(B) | 19.5º | 0.34% | 0.46% | - |
| XYZ | 12.33 | 11.63 | 8.62 | - |
| YUV | 96.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 77 | 0 | 0.23 | 0.34 | 0.54 | 19.5 | 0.21 | 0.38 |
| Hex | 75 | 5A | 4D | 0 | 17 | 22 | 36 | 14 | 15 | 26 |
| Octal | 165 | 132 | 115 | 0 | 27 | 42 | 66 | 24 | 25 | 46 |
| Binary | 1110101 | 1011010 | 1001101 | 0 | 10111 | 100010 | 110110 | 10100 | 10101 | 100110 |
Color Harmonies of #755A4D
Complementary color
Monochromatic Colors of #755A4D
Black with #755A4D
Text Example
Text Example
White with #755A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A4D; }
p { color: rgb(117,90,77); }
H1.HeaderClassName
{
color: #755A4D;
}
.AnyTagClassName
{
color: #755A4D;
}
</style>
background-color css
<style>
a { background-color: #755A4D; }
a { background-color: rgb(117,90,77); }
div.DivClassName
{
background-color: #755A4D;
}
.BgClassName
{
background-color: #755A4D;
}
</style>
border-color css
<style>
span { border-color: #755A4D; }
span { border-color: rgb(117,90,77); }
td.TdClassName
{
border-color: #755A4D;
}
.TagClassName
{
border-color: #755A4D;
}
</style>