Shades of Dorado #775C4D
Tints of Dorado #775C4D
RGB
CMYK
RGB Variations
Color information
#775C4D (or 0x775C4D) is known color: Dorado. HEX triplet: 77, 5C and 4D. RGB value is (119,92,77). Sum of RGB (Red+Green+Blue) = 119+92+77=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #775C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C4D is #88A3B2. Grayscale: #626262. Windows color (decimal): -8954803 or 5069943. OLE color: 5069943.
HSL color Cylindrical-coordinate representation of color #775C4D: hue angle of 21.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775C4D is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 77 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.53 |
| HSL | 21.43º | 0.21% | 0.38% | - |
| HSV(B) | 21.43º | 0.35% | 0.47% | - |
| XYZ | 12.77 | 12.11 | 8.69 | - |
| YUV | 98.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 77 | 0 | 0.23 | 0.35 | 0.53 | 21.43 | 0.21 | 0.38 |
| Hex | 77 | 5C | 4D | 0 | 17 | 23 | 35 | 15 | 15 | 26 |
| Octal | 167 | 134 | 115 | 0 | 27 | 43 | 65 | 25 | 25 | 46 |
| Binary | 1110111 | 1011100 | 1001101 | 0 | 10111 | 100011 | 110101 | 10101 | 10101 | 100110 |
Color Harmonies of #775C4D
Complementary color
Monochromatic Colors of #775C4D
Black with #775C4D
Text Example
Text Example
White with #775C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C4D; }
p { color: rgb(119,92,77); }
H1.HeaderClassName
{
color: #775C4D;
}
.AnyTagClassName
{
color: #775C4D;
}
</style>
background-color css
<style>
a { background-color: #775C4D; }
a { background-color: rgb(119,92,77); }
div.DivClassName
{
background-color: #775C4D;
}
.BgClassName
{
background-color: #775C4D;
}
</style>
border-color css
<style>
span { border-color: #775C4D; }
span { border-color: rgb(119,92,77); }
td.TdClassName
{
border-color: #775C4D;
}
.TagClassName
{
border-color: #775C4D;
}
</style>