Shades of Yellow Metal #776444
Tints of Yellow Metal #776444
RGB
CMYK
RGB Variations
Color information
#776444 (or 0x776444) is known color: Yellow Metal. HEX triplet: 77, 64 and 44. RGB value is (119,100,68). Sum of RGB (Red+Green+Blue) = 119+100+68=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776444 is #889BBB. Grayscale: #666666. Windows color (decimal): -8952764 or 4482167. OLE color: 4482167.
HSL color Cylindrical-coordinate representation of color #776444: hue angle of 37.65º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #776444 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 68 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.53 |
| HSL | 37.65º | 0.27% | 0.37% | - |
| HSV(B) | 37.65º | 0.43% | 0.47% | - |
| XYZ | 13.21 | 13.45 | 7.37 | - |
| YUV | 102.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 68 | 0 | 0.16 | 0.43 | 0.53 | 37.65 | 0.27 | 0.37 |
| Hex | 77 | 64 | 44 | 0 | 10 | 2B | 35 | 26 | 1B | 25 |
| Octal | 167 | 144 | 104 | 0 | 20 | 53 | 65 | 46 | 33 | 45 |
| Binary | 1110111 | 1100100 | 1000100 | 0 | 10000 | 101011 | 110101 | 100110 | 11011 | 100101 |
Color Harmonies of #776444
Complementary color
Monochromatic Colors of #776444
Black with #776444
Text Example
Text Example
White with #776444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776444; }
p { color: rgb(119,100,68); }
H1.HeaderClassName
{
color: #776444;
}
.AnyTagClassName
{
color: #776444;
}
</style>
background-color css
<style>
a { background-color: #776444; }
a { background-color: rgb(119,100,68); }
div.DivClassName
{
background-color: #776444;
}
.BgClassName
{
background-color: #776444;
}
</style>
border-color css
<style>
span { border-color: #776444; }
span { border-color: rgb(119,100,68); }
td.TdClassName
{
border-color: #776444;
}
.TagClassName
{
border-color: #776444;
}
</style>