Shades of Yellow Metal #776739
Tints of Yellow Metal #776739
RGB
CMYK
RGB Variations
Color information
#776739 (or 0x776739) is known color: Yellow Metal. HEX triplet: 77, 67 and 39. RGB value is (119,103,57). Sum of RGB (Red+Green+Blue) = 119+103+57=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #776739 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776739 is #8898C6. Grayscale: #666666. Windows color (decimal): -8952007 or 3762039. OLE color: 3762039.
HSL color Cylindrical-coordinate representation of color #776739: hue angle of 44.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #776739 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 57 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.53 |
| HSL | 44.52º | 0.35% | 0.35% | - |
| HSV(B) | 44.52º | 0.52% | 0.47% | - |
| XYZ | 13.2 | 13.92 | 5.86 | - |
| YUV | 102.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 57 | 0 | 0.13 | 0.52 | 0.53 | 44.52 | 0.35 | 0.35 |
| Hex | 77 | 67 | 39 | 0 | D | 34 | 35 | 2D | 23 | 23 |
| Octal | 167 | 147 | 71 | 0 | 15 | 64 | 65 | 55 | 43 | 43 |
| Binary | 1110111 | 1100111 | 111001 | 0 | 1101 | 110100 | 110101 | 101101 | 100011 | 100011 |
Color Harmonies of #776739
Complementary color
Monochromatic Colors of #776739
Black with #776739
Text Example
Text Example
White with #776739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776739; }
p { color: rgb(119,103,57); }
H1.HeaderClassName
{
color: #776739;
}
.AnyTagClassName
{
color: #776739;
}
</style>
background-color css
<style>
a { background-color: #776739; }
a { background-color: rgb(119,103,57); }
div.DivClassName
{
background-color: #776739;
}
.BgClassName
{
background-color: #776739;
}
</style>
border-color css
<style>
span { border-color: #776739; }
span { border-color: rgb(119,103,57); }
td.TdClassName
{
border-color: #776739;
}
.TagClassName
{
border-color: #776739;
}
</style>