Shades of Dorado #78584B
Tints of Dorado #78584B
RGB
CMYK
RGB Variations
Color information
#78584B (or 0x78584B) is known color: Dorado. HEX triplet: 78, 58 and 4B. RGB value is (120,88,75). Sum of RGB (Red+Green+Blue) = 120+88+75=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78584B is #87A7B4. Grayscale: #606060. Windows color (decimal): -8890293 or 4937848. OLE color: 4937848.
HSL color Cylindrical-coordinate representation of color #78584B: hue angle of 17.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78584B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 75 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.53 |
| HSL | 17.33º | 0.23% | 0.38% | - |
| HSV(B) | 17.33º | 0.38% | 0.47% | - |
| XYZ | 12.51 | 11.48 | 8.21 | - |
| YUV | 96.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 75 | 0 | 0.27 | 0.37 | 0.53 | 17.33 | 0.23 | 0.38 |
| Hex | 78 | 58 | 4B | 0 | 1B | 25 | 35 | 11 | 17 | 26 |
| Octal | 170 | 130 | 113 | 0 | 33 | 45 | 65 | 21 | 27 | 46 |
| Binary | 1111000 | 1011000 | 1001011 | 0 | 11011 | 100101 | 110101 | 10001 | 10111 | 100110 |
Color Harmonies of #78584B
Complementary color
Monochromatic Colors of #78584B
Black with #78584B
Text Example
Text Example
White with #78584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78584B; }
p { color: rgb(120,88,75); }
H1.HeaderClassName
{
color: #78584B;
}
.AnyTagClassName
{
color: #78584B;
}
</style>
background-color css
<style>
a { background-color: #78584B; }
a { background-color: rgb(120,88,75); }
div.DivClassName
{
background-color: #78584B;
}
.BgClassName
{
background-color: #78584B;
}
</style>
border-color css
<style>
span { border-color: #78584B; }
span { border-color: rgb(120,88,75); }
td.TdClassName
{
border-color: #78584B;
}
.TagClassName
{
border-color: #78584B;
}
</style>