Shades of Dorado #755C54
Tints of Dorado #755C54
RGB
CMYK
RGB Variations
Color information
#755C54 (or 0x755C54) is known color: Dorado. HEX triplet: 75, 5C and 54. RGB value is (117,92,84). Sum of RGB (Red+Green+Blue) = 117+92+84=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C54 is #8AA3AB. Grayscale: #626262. Windows color (decimal): -9085868 or 5528693. OLE color: 5528693.
HSL color Cylindrical-coordinate representation of color #755C54: hue angle of 14.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #755C54 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 84 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.54 |
| HSL | 14.55º | 0.16% | 0.39% | - |
| HSV(B) | 14.55º | 0.28% | 0.46% | - |
| XYZ | 12.76 | 12.08 | 10.05 | - |
| YUV | 98.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 84 | 0 | 0.21 | 0.28 | 0.54 | 14.55 | 0.16 | 0.39 |
| Hex | 75 | 5C | 54 | 0 | 15 | 1C | 36 | F | 10 | 27 |
| Octal | 165 | 134 | 124 | 0 | 25 | 34 | 66 | 17 | 20 | 47 |
| Binary | 1110101 | 1011100 | 1010100 | 0 | 10101 | 11100 | 110110 | 1111 | 10000 | 100111 |
Color Harmonies of #755C54
Complementary color
Monochromatic Colors of #755C54
Black with #755C54
Text Example
Text Example
White with #755C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C54; }
p { color: rgb(117,92,84); }
H1.HeaderClassName
{
color: #755C54;
}
.AnyTagClassName
{
color: #755C54;
}
</style>
background-color css
<style>
a { background-color: #755C54; }
a { background-color: rgb(117,92,84); }
div.DivClassName
{
background-color: #755C54;
}
.BgClassName
{
background-color: #755C54;
}
</style>
border-color css
<style>
span { border-color: #755C54; }
span { border-color: rgb(117,92,84); }
td.TdClassName
{
border-color: #755C54;
}
.TagClassName
{
border-color: #755C54;
}
</style>