Shades of Dorado #77584C
Tints of Dorado #77584C
RGB
CMYK
RGB Variations
Color information
#77584C (or 0x77584C) is known color: Dorado. HEX triplet: 77, 58 and 4C. RGB value is (119,88,76). Sum of RGB (Red+Green+Blue) = 119+88+76=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77584C is #88A7B3. Grayscale: #5F5F5F. Windows color (decimal): -8955828 or 5003383. OLE color: 5003383.
HSL color Cylindrical-coordinate representation of color #77584C: hue angle of 16.74º 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 #77584C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 88 | 76 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.53 |
| HSL | 16.74º | 0.22% | 0.38% | - |
| HSV(B) | 16.74º | 0.36% | 0.47% | - |
| XYZ | 12.4 | 11.42 | 8.39 | - |
| YUV | 95.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 88 | 76 | 0 | 0.26 | 0.36 | 0.53 | 16.74 | 0.22 | 0.38 |
| Hex | 77 | 58 | 4C | 0 | 1A | 24 | 35 | 11 | 16 | 26 |
| Octal | 167 | 130 | 114 | 0 | 32 | 44 | 65 | 21 | 26 | 46 |
| Binary | 1110111 | 1011000 | 1001100 | 0 | 11010 | 100100 | 110101 | 10001 | 10110 | 100110 |
Color Harmonies of #77584C
Complementary color
Monochromatic Colors of #77584C
Black with #77584C
Text Example
Text Example
White with #77584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77584C; }
p { color: rgb(119,88,76); }
H1.HeaderClassName
{
color: #77584C;
}
.AnyTagClassName
{
color: #77584C;
}
</style>
background-color css
<style>
a { background-color: #77584C; }
a { background-color: rgb(119,88,76); }
div.DivClassName
{
background-color: #77584C;
}
.BgClassName
{
background-color: #77584C;
}
</style>
border-color css
<style>
span { border-color: #77584C; }
span { border-color: rgb(119,88,76); }
td.TdClassName
{
border-color: #77584C;
}
.TagClassName
{
border-color: #77584C;
}
</style>