Shades of Dorado #755F52
Tints of Dorado #755F52
RGB
CMYK
RGB Variations
Color information
#755F52 (or 0x755F52) is known color: Dorado. HEX triplet: 75, 5F and 52. RGB value is (117,95,82). Sum of RGB (Red+Green+Blue) = 117+95+82=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F52 is #8AA0AD. Grayscale: #646464. Windows color (decimal): -9085102 or 5398389. OLE color: 5398389.
HSL color Cylindrical-coordinate representation of color #755F52: hue angle of 22.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755F52 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 82 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.54 |
| HSL | 22.29º | 0.18% | 0.39% | - |
| HSV(B) | 22.29º | 0.3% | 0.46% | - |
| XYZ | 12.95 | 12.58 | 9.73 | - |
| YUV | 100.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 82 | 0 | 0.19 | 0.30 | 0.54 | 22.29 | 0.18 | 0.39 |
| Hex | 75 | 5F | 52 | 0 | 13 | 1E | 36 | 16 | 12 | 27 |
| Octal | 165 | 137 | 122 | 0 | 23 | 36 | 66 | 26 | 22 | 47 |
| Binary | 1110101 | 1011111 | 1010010 | 0 | 10011 | 11110 | 110110 | 10110 | 10010 | 100111 |
Color Harmonies of #755F52
Complementary color
Monochromatic Colors of #755F52
Black with #755F52
Text Example
Text Example
White with #755F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F52; }
p { color: rgb(117,95,82); }
H1.HeaderClassName
{
color: #755F52;
}
.AnyTagClassName
{
color: #755F52;
}
</style>
background-color css
<style>
a { background-color: #755F52; }
a { background-color: rgb(117,95,82); }
div.DivClassName
{
background-color: #755F52;
}
.BgClassName
{
background-color: #755F52;
}
</style>
border-color css
<style>
span { border-color: #755F52; }
span { border-color: rgb(117,95,82); }
td.TdClassName
{
border-color: #755F52;
}
.TagClassName
{
border-color: #755F52;
}
</style>