Shades of Dorado #765F54
Tints of Dorado #765F54
RGB
CMYK
RGB Variations
Color information
#765F54 (or 0x765F54) is known color: Dorado. HEX triplet: 76, 5F and 54. RGB value is (118,95,84). Sum of RGB (Red+Green+Blue) = 118+95+84=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #765F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F54 is #89A0AB. Grayscale: #646464. Windows color (decimal): -9019564 or 5529462. OLE color: 5529462.
HSL color Cylindrical-coordinate representation of color #765F54: hue angle of 19.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765F54 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 84 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.54 |
| HSL | 19.41º | 0.17% | 0.4% | - |
| HSV(B) | 19.41º | 0.29% | 0.46% | - |
| XYZ | 13.16 | 12.68 | 10.14 | - |
| YUV | 100.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 84 | 0 | 0.19 | 0.29 | 0.54 | 19.41 | 0.17 | 0.4 |
| Hex | 76 | 5F | 54 | 0 | 13 | 1D | 36 | 13 | 11 | 28 |
| Octal | 166 | 137 | 124 | 0 | 23 | 35 | 66 | 23 | 21 | 50 |
| Binary | 1110110 | 1011111 | 1010100 | 0 | 10011 | 11101 | 110110 | 10011 | 10001 | 101000 |
Color Harmonies of #765F54
Complementary color
Monochromatic Colors of #765F54
Black with #765F54
Text Example
Text Example
White with #765F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F54; }
p { color: rgb(118,95,84); }
H1.HeaderClassName
{
color: #765F54;
}
.AnyTagClassName
{
color: #765F54;
}
</style>
background-color css
<style>
a { background-color: #765F54; }
a { background-color: rgb(118,95,84); }
div.DivClassName
{
background-color: #765F54;
}
.BgClassName
{
background-color: #765F54;
}
</style>
border-color css
<style>
span { border-color: #765F54; }
span { border-color: rgb(118,95,84); }
td.TdClassName
{
border-color: #765F54;
}
.TagClassName
{
border-color: #765F54;
}
</style>