Shades of Yellow Metal #776441
Tints of Yellow Metal #776441
RGB
CMYK
RGB Variations
Color information
#776441 (or 0x776441) is known color: Yellow Metal. HEX triplet: 77, 64 and 41. RGB value is (119,100,65). Sum of RGB (Red+Green+Blue) = 119+100+65=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776441 is #889BBE. Grayscale: #656565. Windows color (decimal): -8952767 or 4285559. OLE color: 4285559.
HSL color Cylindrical-coordinate representation of color #776441: hue angle of 38.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776441 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 65 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.53 |
| HSL | 38.89º | 0.29% | 0.36% | - |
| HSV(B) | 38.89º | 0.45% | 0.47% | - |
| XYZ | 13.12 | 13.42 | 6.9 | - |
| YUV | 101.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 65 | 0 | 0.16 | 0.45 | 0.53 | 38.89 | 0.29 | 0.36 |
| Hex | 77 | 64 | 41 | 0 | 10 | 2D | 35 | 27 | 1D | 24 |
| Octal | 167 | 144 | 101 | 0 | 20 | 55 | 65 | 47 | 35 | 44 |
| Binary | 1110111 | 1100100 | 1000001 | 0 | 10000 | 101101 | 110101 | 100111 | 11101 | 100100 |
Color Harmonies of #776441
Complementary color
Monochromatic Colors of #776441
Black with #776441
Text Example
Text Example
White with #776441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776441; }
p { color: rgb(119,100,65); }
H1.HeaderClassName
{
color: #776441;
}
.AnyTagClassName
{
color: #776441;
}
</style>
background-color css
<style>
a { background-color: #776441; }
a { background-color: rgb(119,100,65); }
div.DivClassName
{
background-color: #776441;
}
.BgClassName
{
background-color: #776441;
}
</style>
border-color css
<style>
span { border-color: #776441; }
span { border-color: rgb(119,100,65); }
td.TdClassName
{
border-color: #776441;
}
.TagClassName
{
border-color: #776441;
}
</style>