Shades of Dorado #77574C
Tints of Dorado #77574C
RGB
CMYK
RGB Variations
Color information
#77574C (or 0x77574C) is known color: Dorado. HEX triplet: 77, 57 and 4C. RGB value is (119,87,76). Sum of RGB (Red+Green+Blue) = 119+87+76=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77574C is #88A8B3. Grayscale: #5F5F5F. Windows color (decimal): -8956084 or 5003127. OLE color: 5003127.
HSL color Cylindrical-coordinate representation of color #77574C: hue angle of 15.35º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77574C is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 87 | 76 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.53 |
| HSL | 15.35º | 0.22% | 0.38% | - |
| HSV(B) | 15.35º | 0.36% | 0.47% | - |
| XYZ | 12.32 | 11.26 | 8.36 | - |
| YUV | 95.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 76 | 0 | 0.27 | 0.36 | 0.53 | 15.35 | 0.22 | 0.38 |
| Hex | 77 | 57 | 4C | 0 | 1B | 24 | 35 | F | 16 | 26 |
| Octal | 167 | 127 | 114 | 0 | 33 | 44 | 65 | 17 | 26 | 46 |
| Binary | 1110111 | 1010111 | 1001100 | 0 | 11011 | 100100 | 110101 | 1111 | 10110 | 100110 |
Color Harmonies of #77574C
Complementary color
Monochromatic Colors of #77574C
Black with #77574C
Text Example
Text Example
White with #77574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77574C; }
p { color: rgb(119,87,76); }
H1.HeaderClassName
{
color: #77574C;
}
.AnyTagClassName
{
color: #77574C;
}
</style>
background-color css
<style>
a { background-color: #77574C; }
a { background-color: rgb(119,87,76); }
div.DivClassName
{
background-color: #77574C;
}
.BgClassName
{
background-color: #77574C;
}
</style>
border-color css
<style>
span { border-color: #77574C; }
span { border-color: rgb(119,87,76); }
td.TdClassName
{
border-color: #77574C;
}
.TagClassName
{
border-color: #77574C;
}
</style>