Shades of Yellow Metal #7B6640
Tints of Yellow Metal #7B6640
RGB
CMYK
RGB Variations
Color information
#7B6640 (or 0x7B6640) is known color: Yellow Metal. HEX triplet: 7B, 66 and 40. RGB value is (123,102,64). Sum of RGB (Red+Green+Blue) = 123+102+64=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6640 is #8499BF. Grayscale: #686868. Windows color (decimal): -8690112 or 4220539. OLE color: 4220539.
HSL color Cylindrical-coordinate representation of color #7B6640: hue angle of 38.64º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6640 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 64 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.52 |
| HSL | 38.64º | 0.32% | 0.37% | - |
| HSV(B) | 38.64º | 0.48% | 0.48% | - |
| XYZ | 13.85 | 14.08 | 6.84 | - |
| YUV | 103.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 64 | 0 | 0.17 | 0.48 | 0.52 | 38.64 | 0.32 | 0.37 |
| Hex | 7B | 66 | 40 | 0 | 11 | 30 | 34 | 27 | 20 | 25 |
| Octal | 173 | 146 | 100 | 0 | 21 | 60 | 64 | 47 | 40 | 45 |
| Binary | 1111011 | 1100110 | 1000000 | 0 | 10001 | 110000 | 110100 | 100111 | 100000 | 100101 |
Color Harmonies of #7B6640
Complementary color
Monochromatic Colors of #7B6640
Black with #7B6640
Text Example
Text Example
White with #7B6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6640; }
p { color: rgb(123,102,64); }
H1.HeaderClassName
{
color: #7B6640;
}
.AnyTagClassName
{
color: #7B6640;
}
</style>
background-color css
<style>
a { background-color: #7B6640; }
a { background-color: rgb(123,102,64); }
div.DivClassName
{
background-color: #7B6640;
}
.BgClassName
{
background-color: #7B6640;
}
</style>
border-color css
<style>
span { border-color: #7B6640; }
span { border-color: rgb(123,102,64); }
td.TdClassName
{
border-color: #7B6640;
}
.TagClassName
{
border-color: #7B6640;
}
</style>