Shades of Dorado #755D53
Tints of Dorado #755D53
RGB
CMYK
RGB Variations
Color information
#755D53 (or 0x755D53) is known color: Dorado. HEX triplet: 75, 5D and 53. RGB value is (117,93,83). Sum of RGB (Red+Green+Blue) = 117+93+83=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D53 is #8AA2AC. Grayscale: #636363. Windows color (decimal): -9085613 or 5463413. OLE color: 5463413.
HSL color Cylindrical-coordinate representation of color #755D53: hue angle of 17.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755D53 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 83 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.54 |
| HSL | 17.65º | 0.17% | 0.39% | - |
| HSV(B) | 17.65º | 0.29% | 0.46% | - |
| XYZ | 12.81 | 12.24 | 9.87 | - |
| YUV | 99.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 83 | 0 | 0.21 | 0.29 | 0.54 | 17.65 | 0.17 | 0.39 |
| Hex | 75 | 5D | 53 | 0 | 15 | 1D | 36 | 12 | 11 | 27 |
| Octal | 165 | 135 | 123 | 0 | 25 | 35 | 66 | 22 | 21 | 47 |
| Binary | 1110101 | 1011101 | 1010011 | 0 | 10101 | 11101 | 110110 | 10010 | 10001 | 100111 |
Color Harmonies of #755D53
Complementary color
Monochromatic Colors of #755D53
Black with #755D53
Text Example
Text Example
White with #755D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D53; }
p { color: rgb(117,93,83); }
H1.HeaderClassName
{
color: #755D53;
}
.AnyTagClassName
{
color: #755D53;
}
</style>
background-color css
<style>
a { background-color: #755D53; }
a { background-color: rgb(117,93,83); }
div.DivClassName
{
background-color: #755D53;
}
.BgClassName
{
background-color: #755D53;
}
</style>
border-color css
<style>
span { border-color: #755D53; }
span { border-color: rgb(117,93,83); }
td.TdClassName
{
border-color: #755D53;
}
.TagClassName
{
border-color: #755D53;
}
</style>