Shades of Yellow Metal #7F6C3B
Tints of Yellow Metal #7F6C3B
RGB
CMYK
RGB Variations
Color information
#7F6C3B (or 0x7F6C3B) is known color: Yellow Metal. HEX triplet: 7F, 6C and 3B. RGB value is (127,108,59). Sum of RGB (Red+Green+Blue) = 127+108+59=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6C3B is #8093C4. Grayscale: #6C6C6C. Windows color (decimal): -8426437 or 3894399. OLE color: 3894399.
HSL color Cylindrical-coordinate representation of color #7F6C3B: hue angle of 43.24º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F6C3B is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 59 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.50 |
| HSL | 43.24º | 0.37% | 0.36% | - |
| HSV(B) | 43.24º | 0.54% | 0.5% | - |
| XYZ | 14.9 | 15.55 | 6.35 | - |
| YUV | 108.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 59 | 0 | 0.15 | 0.54 | 0.50 | 43.24 | 0.37 | 0.36 |
| Hex | 7F | 6C | 3B | 0 | F | 36 | 32 | 2B | 25 | 24 |
| Octal | 177 | 154 | 73 | 0 | 17 | 66 | 62 | 53 | 45 | 44 |
| Binary | 1111111 | 1101100 | 111011 | 0 | 1111 | 110110 | 110010 | 101011 | 100101 | 100100 |
Color Harmonies of #7F6C3B
Complementary color
Monochromatic Colors of #7F6C3B
Black with #7F6C3B
Text Example
Text Example
White with #7F6C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C3B; }
p { color: rgb(127,108,59); }
H1.HeaderClassName
{
color: #7F6C3B;
}
.AnyTagClassName
{
color: #7F6C3B;
}
</style>
background-color css
<style>
a { background-color: #7F6C3B; }
a { background-color: rgb(127,108,59); }
div.DivClassName
{
background-color: #7F6C3B;
}
.BgClassName
{
background-color: #7F6C3B;
}
</style>
border-color css
<style>
span { border-color: #7F6C3B; }
span { border-color: rgb(127,108,59); }
td.TdClassName
{
border-color: #7F6C3B;
}
.TagClassName
{
border-color: #7F6C3B;
}
</style>