Shades of Yellow Metal #776242
Tints of Yellow Metal #776242
RGB
CMYK
RGB Variations
Color information
#776242 (or 0x776242) is known color: Yellow Metal. HEX triplet: 77, 62 and 42. RGB value is (119,98,66). Sum of RGB (Red+Green+Blue) = 119+98+66=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #776242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776242 is #889DBD. Grayscale: #646464. Windows color (decimal): -8953278 or 4350583. OLE color: 4350583.
HSL color Cylindrical-coordinate representation of color #776242: hue angle of 36.23º 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 #776242 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 66 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.53 |
| HSL | 36.23º | 0.29% | 0.36% | - |
| HSV(B) | 36.23º | 0.45% | 0.47% | - |
| XYZ | 12.96 | 13.05 | 6.99 | - |
| YUV | 100.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 66 | 0 | 0.18 | 0.45 | 0.53 | 36.23 | 0.29 | 0.36 |
| Hex | 77 | 62 | 42 | 0 | 12 | 2D | 35 | 24 | 1D | 24 |
| Octal | 167 | 142 | 102 | 0 | 22 | 55 | 65 | 44 | 35 | 44 |
| Binary | 1110111 | 1100010 | 1000010 | 0 | 10010 | 101101 | 110101 | 100100 | 11101 | 100100 |
Color Harmonies of #776242
Complementary color
Monochromatic Colors of #776242
Black with #776242
Text Example
Text Example
White with #776242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776242; }
p { color: rgb(119,98,66); }
H1.HeaderClassName
{
color: #776242;
}
.AnyTagClassName
{
color: #776242;
}
</style>
background-color css
<style>
a { background-color: #776242; }
a { background-color: rgb(119,98,66); }
div.DivClassName
{
background-color: #776242;
}
.BgClassName
{
background-color: #776242;
}
</style>
border-color css
<style>
span { border-color: #776242; }
span { border-color: rgb(119,98,66); }
td.TdClassName
{
border-color: #776242;
}
.TagClassName
{
border-color: #776242;
}
</style>