Shades of Yellow Metal #7B6443
Tints of Yellow Metal #7B6443
RGB
CMYK
RGB Variations
Color information
#7B6443 (or 0x7B6443) is known color: Yellow Metal. HEX triplet: 7B, 64 and 43. RGB value is (123,100,67). Sum of RGB (Red+Green+Blue) = 123+100+67=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6443 is #849BBC. Grayscale: #676767. Windows color (decimal): -8690621 or 4416635. OLE color: 4416635.
HSL color Cylindrical-coordinate representation of color #7B6443: hue angle of 35.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B6443 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 67 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.52 |
| HSL | 35.36º | 0.29% | 0.37% | - |
| HSV(B) | 35.36º | 0.46% | 0.48% | - |
| XYZ | 13.74 | 13.73 | 7.24 | - |
| YUV | 103.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 67 | 0 | 0.19 | 0.46 | 0.52 | 35.36 | 0.29 | 0.37 |
| Hex | 7B | 64 | 43 | 0 | 13 | 2E | 34 | 23 | 1D | 25 |
| Octal | 173 | 144 | 103 | 0 | 23 | 56 | 64 | 43 | 35 | 45 |
| Binary | 1111011 | 1100100 | 1000011 | 0 | 10011 | 101110 | 110100 | 100011 | 11101 | 100101 |
Color Harmonies of #7B6443
Complementary color
Monochromatic Colors of #7B6443
Black with #7B6443
Text Example
Text Example
White with #7B6443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6443; }
p { color: rgb(123,100,67); }
H1.HeaderClassName
{
color: #7B6443;
}
.AnyTagClassName
{
color: #7B6443;
}
</style>
background-color css
<style>
a { background-color: #7B6443; }
a { background-color: rgb(123,100,67); }
div.DivClassName
{
background-color: #7B6443;
}
.BgClassName
{
background-color: #7B6443;
}
</style>
border-color css
<style>
span { border-color: #7B6443; }
span { border-color: rgb(123,100,67); }
td.TdClassName
{
border-color: #7B6443;
}
.TagClassName
{
border-color: #7B6443;
}
</style>