Shades of Yellow Metal #78683E
Tints of Yellow Metal #78683E
RGB
CMYK
RGB Variations
Color information
#78683E (or 0x78683E) is known color: Yellow Metal. HEX triplet: 78, 68 and 3E. RGB value is (120,104,62). Sum of RGB (Red+Green+Blue) = 120+104+62=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78683E is #8797C1. Grayscale: #686868. Windows color (decimal): -8886210 or 4089976. OLE color: 4089976.
HSL color Cylindrical-coordinate representation of color #78683E: hue angle of 43.45º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78683E is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 62 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.53 |
| HSL | 43.45º | 0.32% | 0.36% | - |
| HSV(B) | 43.45º | 0.48% | 0.47% | - |
| XYZ | 13.57 | 14.24 | 6.59 | - |
| YUV | 104 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 62 | 0 | 0.13 | 0.48 | 0.53 | 43.45 | 0.32 | 0.36 |
| Hex | 78 | 68 | 3E | 0 | D | 30 | 35 | 2B | 20 | 24 |
| Octal | 170 | 150 | 76 | 0 | 15 | 60 | 65 | 53 | 40 | 44 |
| Binary | 1111000 | 1101000 | 111110 | 0 | 1101 | 110000 | 110101 | 101011 | 100000 | 100100 |
Color Harmonies of #78683E
Complementary color
Monochromatic Colors of #78683E
Black with #78683E
Text Example
Text Example
White with #78683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78683E; }
p { color: rgb(120,104,62); }
H1.HeaderClassName
{
color: #78683E;
}
.AnyTagClassName
{
color: #78683E;
}
</style>
background-color css
<style>
a { background-color: #78683E; }
a { background-color: rgb(120,104,62); }
div.DivClassName
{
background-color: #78683E;
}
.BgClassName
{
background-color: #78683E;
}
</style>
border-color css
<style>
span { border-color: #78683E; }
span { border-color: rgb(120,104,62); }
td.TdClassName
{
border-color: #78683E;
}
.TagClassName
{
border-color: #78683E;
}
</style>