Shades of Yellow Metal #776A40
Tints of Yellow Metal #776A40
RGB
CMYK
RGB Variations
Color information
#776A40 (or 0x776A40) is known color: Yellow Metal. HEX triplet: 77, 6A and 40. RGB value is (119,106,64). Sum of RGB (Red+Green+Blue) = 119+106+64=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A40 is #8895BF. Grayscale: #696969. Windows color (decimal): -8951232 or 4221559. OLE color: 4221559.
HSL color Cylindrical-coordinate representation of color #776A40: hue angle of 45.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776A40 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 64 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.53 |
| HSL | 45.82º | 0.3% | 0.36% | - |
| HSV(B) | 45.82º | 0.46% | 0.47% | - |
| XYZ | 13.69 | 14.6 | 6.95 | - |
| YUV | 105.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 64 | 0 | 0.11 | 0.46 | 0.53 | 45.82 | 0.3 | 0.36 |
| Hex | 77 | 6A | 40 | 0 | B | 2E | 35 | 2E | 1E | 24 |
| Octal | 167 | 152 | 100 | 0 | 13 | 56 | 65 | 56 | 36 | 44 |
| Binary | 1110111 | 1101010 | 1000000 | 0 | 1011 | 101110 | 110101 | 101110 | 11110 | 100100 |
Color Harmonies of #776A40
Complementary color
Monochromatic Colors of #776A40
Black with #776A40
Text Example
Text Example
White with #776A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A40; }
p { color: rgb(119,106,64); }
H1.HeaderClassName
{
color: #776A40;
}
.AnyTagClassName
{
color: #776A40;
}
</style>
background-color css
<style>
a { background-color: #776A40; }
a { background-color: rgb(119,106,64); }
div.DivClassName
{
background-color: #776A40;
}
.BgClassName
{
background-color: #776A40;
}
</style>
border-color css
<style>
span { border-color: #776A40; }
span { border-color: rgb(119,106,64); }
td.TdClassName
{
border-color: #776A40;
}
.TagClassName
{
border-color: #776A40;
}
</style>