Shades of Yellow Metal #776243
Tints of Yellow Metal #776243
RGB
CMYK
RGB Variations
Color information
#776243 (or 0x776243) is known color: Yellow Metal. HEX triplet: 77, 62 and 43. RGB value is (119,98,67). Sum of RGB (Red+Green+Blue) = 119+98+67=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776243 is #889DBC. Grayscale: #646464. Windows color (decimal): -8953277 or 4416119. OLE color: 4416119.
HSL color Cylindrical-coordinate representation of color #776243: hue angle of 35.77º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776243 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 67 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.53 |
| HSL | 35.77º | 0.28% | 0.36% | - |
| HSV(B) | 35.77º | 0.44% | 0.47% | - |
| XYZ | 12.99 | 13.06 | 7.15 | - |
| YUV | 100.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 67 | 0 | 0.18 | 0.44 | 0.53 | 35.77 | 0.28 | 0.36 |
| Hex | 77 | 62 | 43 | 0 | 12 | 2C | 35 | 24 | 1C | 24 |
| Octal | 167 | 142 | 103 | 0 | 22 | 54 | 65 | 44 | 34 | 44 |
| Binary | 1110111 | 1100010 | 1000011 | 0 | 10010 | 101100 | 110101 | 100100 | 11100 | 100100 |
Color Harmonies of #776243
Complementary color
Monochromatic Colors of #776243
Black with #776243
Text Example
Text Example
White with #776243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776243; }
p { color: rgb(119,98,67); }
H1.HeaderClassName
{
color: #776243;
}
.AnyTagClassName
{
color: #776243;
}
</style>
background-color css
<style>
a { background-color: #776243; }
a { background-color: rgb(119,98,67); }
div.DivClassName
{
background-color: #776243;
}
.BgClassName
{
background-color: #776243;
}
</style>
border-color css
<style>
span { border-color: #776243; }
span { border-color: rgb(119,98,67); }
td.TdClassName
{
border-color: #776243;
}
.TagClassName
{
border-color: #776243;
}
</style>