Shades of Yellow Metal #776B3D
Tints of Yellow Metal #776B3D
RGB
CMYK
RGB Variations
Color information
#776B3D (or 0x776B3D) is known color: Yellow Metal. HEX triplet: 77, 6B and 3D. RGB value is (119,107,61). Sum of RGB (Red+Green+Blue) = 119+107+61=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B3D is #8894C2. Grayscale: #696969. Windows color (decimal): -8950979 or 4025207. OLE color: 4025207.
HSL color Cylindrical-coordinate representation of color #776B3D: hue angle of 47.59º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #776B3D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 61 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.53 |
| HSL | 47.59º | 0.32% | 0.35% | - |
| HSV(B) | 47.59º | 0.49% | 0.47% | - |
| XYZ | 13.71 | 14.77 | 6.54 | - |
| YUV | 105.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 61 | 0 | 0.10 | 0.49 | 0.53 | 47.59 | 0.32 | 0.35 |
| Hex | 77 | 6B | 3D | 0 | A | 31 | 35 | 30 | 20 | 23 |
| Octal | 167 | 153 | 75 | 0 | 12 | 61 | 65 | 60 | 40 | 43 |
| Binary | 1110111 | 1101011 | 111101 | 0 | 1010 | 110001 | 110101 | 110000 | 100000 | 100011 |
Color Harmonies of #776B3D
Complementary color
Monochromatic Colors of #776B3D
Black with #776B3D
Text Example
Text Example
White with #776B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B3D; }
p { color: rgb(119,107,61); }
H1.HeaderClassName
{
color: #776B3D;
}
.AnyTagClassName
{
color: #776B3D;
}
</style>
background-color css
<style>
a { background-color: #776B3D; }
a { background-color: rgb(119,107,61); }
div.DivClassName
{
background-color: #776B3D;
}
.BgClassName
{
background-color: #776B3D;
}
</style>
border-color css
<style>
span { border-color: #776B3D; }
span { border-color: rgb(119,107,61); }
td.TdClassName
{
border-color: #776B3D;
}
.TagClassName
{
border-color: #776B3D;
}
</style>