Shades of Yellow Metal #7F6742
Tints of Yellow Metal #7F6742
RGB
CMYK
RGB Variations
Color information
#7F6742 (or 0x7F6742) is known color: Yellow Metal. HEX triplet: 7F, 67 and 42. RGB value is (127,103,66). Sum of RGB (Red+Green+Blue) = 127+103+66=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6742 is #8098BD. Grayscale: #6A6A6A. Windows color (decimal): -8427710 or 4351871. OLE color: 4351871.
HSL color Cylindrical-coordinate representation of color #7F6742: hue angle of 36.39º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F6742 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 66 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.50 |
| HSL | 36.39º | 0.32% | 0.38% | - |
| HSV(B) | 36.39º | 0.48% | 0.5% | - |
| XYZ | 14.59 | 14.61 | 7.2 | - |
| YUV | 105.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 66 | 0 | 0.19 | 0.48 | 0.50 | 36.39 | 0.32 | 0.38 |
| Hex | 7F | 67 | 42 | 0 | 13 | 30 | 32 | 24 | 20 | 26 |
| Octal | 177 | 147 | 102 | 0 | 23 | 60 | 62 | 44 | 40 | 46 |
| Binary | 1111111 | 1100111 | 1000010 | 0 | 10011 | 110000 | 110010 | 100100 | 100000 | 100110 |
Color Harmonies of #7F6742
Complementary color
Monochromatic Colors of #7F6742
Black with #7F6742
Text Example
Text Example
White with #7F6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6742; }
p { color: rgb(127,103,66); }
H1.HeaderClassName
{
color: #7F6742;
}
.AnyTagClassName
{
color: #7F6742;
}
</style>
background-color css
<style>
a { background-color: #7F6742; }
a { background-color: rgb(127,103,66); }
div.DivClassName
{
background-color: #7F6742;
}
.BgClassName
{
background-color: #7F6742;
}
</style>
border-color css
<style>
span { border-color: #7F6742; }
span { border-color: rgb(127,103,66); }
td.TdClassName
{
border-color: #7F6742;
}
.TagClassName
{
border-color: #7F6742;
}
</style>