Shades of Yellow Metal #78683B
Tints of Yellow Metal #78683B
RGB
CMYK
RGB Variations
Color information
#78683B (or 0x78683B) is known color: Yellow Metal. HEX triplet: 78, 68 and 3B. RGB value is (120,104,59). Sum of RGB (Red+Green+Blue) = 120+104+59=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78683B is #8797C4. Grayscale: #676767. Windows color (decimal): -8886213 or 3893368. OLE color: 3893368.
HSL color Cylindrical-coordinate representation of color #78683B: hue angle of 44.26º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78683B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 59 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.53 |
| HSL | 44.26º | 0.34% | 0.35% | - |
| HSV(B) | 44.26º | 0.51% | 0.47% | - |
| XYZ | 13.49 | 14.21 | 6.17 | - |
| YUV | 103.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 59 | 0 | 0.13 | 0.51 | 0.53 | 44.26 | 0.34 | 0.35 |
| Hex | 78 | 68 | 3B | 0 | D | 33 | 35 | 2C | 22 | 23 |
| Octal | 170 | 150 | 73 | 0 | 15 | 63 | 65 | 54 | 42 | 43 |
| Binary | 1111000 | 1101000 | 111011 | 0 | 1101 | 110011 | 110101 | 101100 | 100010 | 100011 |
Color Harmonies of #78683B
Complementary color
Monochromatic Colors of #78683B
Black with #78683B
Text Example
Text Example
White with #78683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78683B; }
p { color: rgb(120,104,59); }
H1.HeaderClassName
{
color: #78683B;
}
.AnyTagClassName
{
color: #78683B;
}
</style>
background-color css
<style>
a { background-color: #78683B; }
a { background-color: rgb(120,104,59); }
div.DivClassName
{
background-color: #78683B;
}
.BgClassName
{
background-color: #78683B;
}
</style>
border-color css
<style>
span { border-color: #78683B; }
span { border-color: rgb(120,104,59); }
td.TdClassName
{
border-color: #78683B;
}
.TagClassName
{
border-color: #78683B;
}
</style>