Shades of Yellow Metal #7F6B38
Tints of Yellow Metal #7F6B38
RGB
CMYK
RGB Variations
Color information
#7F6B38 (or 0x7F6B38) is known color: Yellow Metal. HEX triplet: 7F, 6B and 38. RGB value is (127,107,56). Sum of RGB (Red+Green+Blue) = 127+107+56=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6B38 is #8094C7. Grayscale: #6B6B6B. Windows color (decimal): -8426696 or 3697535. OLE color: 3697535.
HSL color Cylindrical-coordinate representation of color #7F6B38: hue angle of 43.1º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F6B38 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 56 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.50 |
| HSL | 43.1º | 0.39% | 0.36% | - |
| HSV(B) | 43.1º | 0.56% | 0.5% | - |
| XYZ | 14.72 | 15.31 | 5.92 | - |
| YUV | 107.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 56 | 0 | 0.16 | 0.56 | 0.50 | 43.1 | 0.39 | 0.36 |
| Hex | 7F | 6B | 38 | 0 | 10 | 38 | 32 | 2B | 27 | 24 |
| Octal | 177 | 153 | 70 | 0 | 20 | 70 | 62 | 53 | 47 | 44 |
| Binary | 1111111 | 1101011 | 111000 | 0 | 10000 | 111000 | 110010 | 101011 | 100111 | 100100 |
Color Harmonies of #7F6B38
Complementary color
Monochromatic Colors of #7F6B38
Black with #7F6B38
Text Example
Text Example
White with #7F6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B38; }
p { color: rgb(127,107,56); }
H1.HeaderClassName
{
color: #7F6B38;
}
.AnyTagClassName
{
color: #7F6B38;
}
</style>
background-color css
<style>
a { background-color: #7F6B38; }
a { background-color: rgb(127,107,56); }
div.DivClassName
{
background-color: #7F6B38;
}
.BgClassName
{
background-color: #7F6B38;
}
</style>
border-color css
<style>
span { border-color: #7F6B38; }
span { border-color: rgb(127,107,56); }
td.TdClassName
{
border-color: #7F6B38;
}
.TagClassName
{
border-color: #7F6B38;
}
</style>