Shades of Yellow Metal #7F6C3C
Tints of Yellow Metal #7F6C3C
RGB
CMYK
RGB Variations
Color information
#7F6C3C (or 0x7F6C3C) is known color: Yellow Metal. HEX triplet: 7F, 6C and 3C. RGB value is (127,108,60). Sum of RGB (Red+Green+Blue) = 127+108+60=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6C3C is #8093C3. Grayscale: #6C6C6C. Windows color (decimal): -8426436 or 3959935. OLE color: 3959935.
HSL color Cylindrical-coordinate representation of color #7F6C3C: hue angle of 42.99º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F6C3C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 60 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.50 |
| HSL | 42.99º | 0.36% | 0.37% | - |
| HSV(B) | 42.99º | 0.53% | 0.5% | - |
| XYZ | 14.93 | 15.56 | 6.49 | - |
| YUV | 108.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 60 | 0 | 0.15 | 0.53 | 0.50 | 42.99 | 0.36 | 0.37 |
| Hex | 7F | 6C | 3C | 0 | F | 35 | 32 | 2B | 24 | 25 |
| Octal | 177 | 154 | 74 | 0 | 17 | 65 | 62 | 53 | 44 | 45 |
| Binary | 1111111 | 1101100 | 111100 | 0 | 1111 | 110101 | 110010 | 101011 | 100100 | 100101 |
Color Harmonies of #7F6C3C
Complementary color
Monochromatic Colors of #7F6C3C
Black with #7F6C3C
Text Example
Text Example
White with #7F6C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C3C; }
p { color: rgb(127,108,60); }
H1.HeaderClassName
{
color: #7F6C3C;
}
.AnyTagClassName
{
color: #7F6C3C;
}
</style>
background-color css
<style>
a { background-color: #7F6C3C; }
a { background-color: rgb(127,108,60); }
div.DivClassName
{
background-color: #7F6C3C;
}
.BgClassName
{
background-color: #7F6C3C;
}
</style>
border-color css
<style>
span { border-color: #7F6C3C; }
span { border-color: rgb(127,108,60); }
td.TdClassName
{
border-color: #7F6C3C;
}
.TagClassName
{
border-color: #7F6C3C;
}
</style>