Shades of Dorado #775C50
Tints of Dorado #775C50
RGB
CMYK
RGB Variations
Color information
#775C50 (or 0x775C50) is known color: Dorado. HEX triplet: 77, 5C and 50. RGB value is (119,92,80). Sum of RGB (Red+Green+Blue) = 119+92+80=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C50 is #88A3AF. Grayscale: #626262. Windows color (decimal): -8954800 or 5266551. OLE color: 5266551.
HSL color Cylindrical-coordinate representation of color #775C50: hue angle of 18.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775C50 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 80 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.53 |
| HSL | 18.46º | 0.2% | 0.39% | - |
| HSV(B) | 18.46º | 0.33% | 0.47% | - |
| XYZ | 12.88 | 12.16 | 9.26 | - |
| YUV | 98.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 80 | 0 | 0.23 | 0.33 | 0.53 | 18.46 | 0.2 | 0.39 |
| Hex | 77 | 5C | 50 | 0 | 17 | 21 | 35 | 12 | 14 | 27 |
| Octal | 167 | 134 | 120 | 0 | 27 | 41 | 65 | 22 | 24 | 47 |
| Binary | 1110111 | 1011100 | 1010000 | 0 | 10111 | 100001 | 110101 | 10010 | 10100 | 100111 |
Color Harmonies of #775C50
Complementary color
Monochromatic Colors of #775C50
Black with #775C50
Text Example
Text Example
White with #775C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C50; }
p { color: rgb(119,92,80); }
H1.HeaderClassName
{
color: #775C50;
}
.AnyTagClassName
{
color: #775C50;
}
</style>
background-color css
<style>
a { background-color: #775C50; }
a { background-color: rgb(119,92,80); }
div.DivClassName
{
background-color: #775C50;
}
.BgClassName
{
background-color: #775C50;
}
</style>
border-color css
<style>
span { border-color: #775C50; }
span { border-color: rgb(119,92,80); }
td.TdClassName
{
border-color: #775C50;
}
.TagClassName
{
border-color: #775C50;
}
</style>