Shades of Dorado #755B4D
Tints of Dorado #755B4D
RGB
CMYK
RGB Variations
Color information
#755B4D (or 0x755B4D) is known color: Dorado. HEX triplet: 75, 5B and 4D. RGB value is (117,91,77). Sum of RGB (Red+Green+Blue) = 117+91+77=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B4D is #8AA4B2. Grayscale: #616161. Windows color (decimal): -9086131 or 5069685. OLE color: 5069685.
HSL color Cylindrical-coordinate representation of color #755B4D: hue angle of 21º 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 #755B4D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 77 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.54 |
| HSL | 21º | 0.21% | 0.38% | - |
| HSV(B) | 21º | 0.34% | 0.46% | - |
| XYZ | 12.42 | 11.8 | 8.64 | - |
| YUV | 97.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 77 | 0 | 0.22 | 0.34 | 0.54 | 21 | 0.21 | 0.38 |
| Hex | 75 | 5B | 4D | 0 | 16 | 22 | 36 | 15 | 15 | 26 |
| Octal | 165 | 133 | 115 | 0 | 26 | 42 | 66 | 25 | 25 | 46 |
| Binary | 1110101 | 1011011 | 1001101 | 0 | 10110 | 100010 | 110110 | 10101 | 10101 | 100110 |
Color Harmonies of #755B4D
Complementary color
Monochromatic Colors of #755B4D
Black with #755B4D
Text Example
Text Example
White with #755B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B4D; }
p { color: rgb(117,91,77); }
H1.HeaderClassName
{
color: #755B4D;
}
.AnyTagClassName
{
color: #755B4D;
}
</style>
background-color css
<style>
a { background-color: #755B4D; }
a { background-color: rgb(117,91,77); }
div.DivClassName
{
background-color: #755B4D;
}
.BgClassName
{
background-color: #755B4D;
}
</style>
border-color css
<style>
span { border-color: #755B4D; }
span { border-color: rgb(117,91,77); }
td.TdClassName
{
border-color: #755B4D;
}
.TagClassName
{
border-color: #755B4D;
}
</style>