Shades of Dorado #755A4C
Tints of Dorado #755A4C
RGB
CMYK
RGB Variations
Color information
#755A4C (or 0x755A4C) is known color: Dorado. HEX triplet: 75, 5A and 4C. RGB value is (117,90,76). Sum of RGB (Red+Green+Blue) = 117+90+76=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #755A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A4C is #8AA5B3. Grayscale: #606060. Windows color (decimal): -9086388 or 5003893. OLE color: 5003893.
HSL color Cylindrical-coordinate representation of color #755A4C: hue angle of 20.49º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755A4C is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 76 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.54 |
| HSL | 20.49º | 0.21% | 0.38% | - |
| HSV(B) | 20.49º | 0.35% | 0.46% | - |
| XYZ | 12.3 | 11.62 | 8.43 | - |
| YUV | 96.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 76 | 0 | 0.23 | 0.35 | 0.54 | 20.49 | 0.21 | 0.38 |
| Hex | 75 | 5A | 4C | 0 | 17 | 23 | 36 | 14 | 15 | 26 |
| Octal | 165 | 132 | 114 | 0 | 27 | 43 | 66 | 24 | 25 | 46 |
| Binary | 1110101 | 1011010 | 1001100 | 0 | 10111 | 100011 | 110110 | 10100 | 10101 | 100110 |
Color Harmonies of #755A4C
Complementary color
Monochromatic Colors of #755A4C
Black with #755A4C
Text Example
Text Example
White with #755A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A4C; }
p { color: rgb(117,90,76); }
H1.HeaderClassName
{
color: #755A4C;
}
.AnyTagClassName
{
color: #755A4C;
}
</style>
background-color css
<style>
a { background-color: #755A4C; }
a { background-color: rgb(117,90,76); }
div.DivClassName
{
background-color: #755A4C;
}
.BgClassName
{
background-color: #755A4C;
}
</style>
border-color css
<style>
span { border-color: #755A4C; }
span { border-color: rgb(117,90,76); }
td.TdClassName
{
border-color: #755A4C;
}
.TagClassName
{
border-color: #755A4C;
}
</style>