Shades of Yellow Metal #786B3A
Tints of Yellow Metal #786B3A
RGB
CMYK
RGB Variations
Color information
#786B3A (or 0x786B3A) is known color: Yellow Metal. HEX triplet: 78, 6B and 3A. RGB value is (120,107,58). Sum of RGB (Red+Green+Blue) = 120+107+58=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #786B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786B3A is #8794C5. Grayscale: #696969. Windows color (decimal): -8885446 or 3828600. OLE color: 3828600.
HSL color Cylindrical-coordinate representation of color #786B3A: hue angle of 47.42º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786B3A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 58 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.53 |
| HSL | 47.42º | 0.35% | 0.35% | - |
| HSV(B) | 47.42º | 0.52% | 0.47% | - |
| XYZ | 13.77 | 14.81 | 6.14 | - |
| YUV | 105.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 58 | 0 | 0.11 | 0.52 | 0.53 | 47.42 | 0.35 | 0.35 |
| Hex | 78 | 6B | 3A | 0 | B | 34 | 35 | 2F | 23 | 23 |
| Octal | 170 | 153 | 72 | 0 | 13 | 64 | 65 | 57 | 43 | 43 |
| Binary | 1111000 | 1101011 | 111010 | 0 | 1011 | 110100 | 110101 | 101111 | 100011 | 100011 |
Color Harmonies of #786B3A
Complementary color
Monochromatic Colors of #786B3A
Black with #786B3A
Text Example
Text Example
White with #786B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B3A; }
p { color: rgb(120,107,58); }
H1.HeaderClassName
{
color: #786B3A;
}
.AnyTagClassName
{
color: #786B3A;
}
</style>
background-color css
<style>
a { background-color: #786B3A; }
a { background-color: rgb(120,107,58); }
div.DivClassName
{
background-color: #786B3A;
}
.BgClassName
{
background-color: #786B3A;
}
</style>
border-color css
<style>
span { border-color: #786B3A; }
span { border-color: rgb(120,107,58); }
td.TdClassName
{
border-color: #786B3A;
}
.TagClassName
{
border-color: #786B3A;
}
</style>