Shades of Dorado #765A4D
Tints of Dorado #765A4D
RGB
CMYK
RGB Variations
Color information
#765A4D (or 0x765A4D) is known color: Dorado. HEX triplet: 76, 5A and 4D. RGB value is (118,90,77). Sum of RGB (Red+Green+Blue) = 118+90+77=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #765A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A4D is #89A5B2. Grayscale: #606060. Windows color (decimal): -9020851 or 5069430. OLE color: 5069430.
HSL color Cylindrical-coordinate representation of color #765A4D: hue angle of 19.02º 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 #765A4D is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 77 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.54 |
| HSL | 19.02º | 0.21% | 0.38% | - |
| HSV(B) | 19.02º | 0.35% | 0.46% | - |
| XYZ | 12.47 | 11.7 | 8.62 | - |
| YUV | 96.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 77 | 0 | 0.24 | 0.35 | 0.54 | 19.02 | 0.21 | 0.38 |
| Hex | 76 | 5A | 4D | 0 | 18 | 23 | 36 | 13 | 15 | 26 |
| Octal | 166 | 132 | 115 | 0 | 30 | 43 | 66 | 23 | 25 | 46 |
| Binary | 1110110 | 1011010 | 1001101 | 0 | 11000 | 100011 | 110110 | 10011 | 10101 | 100110 |
Color Harmonies of #765A4D
Complementary color
Monochromatic Colors of #765A4D
Black with #765A4D
Text Example
Text Example
White with #765A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A4D; }
p { color: rgb(118,90,77); }
H1.HeaderClassName
{
color: #765A4D;
}
.AnyTagClassName
{
color: #765A4D;
}
</style>
background-color css
<style>
a { background-color: #765A4D; }
a { background-color: rgb(118,90,77); }
div.DivClassName
{
background-color: #765A4D;
}
.BgClassName
{
background-color: #765A4D;
}
</style>
border-color css
<style>
span { border-color: #765A4D; }
span { border-color: rgb(118,90,77); }
td.TdClassName
{
border-color: #765A4D;
}
.TagClassName
{
border-color: #765A4D;
}
</style>