Shades of Yellow Metal #7B6D3C
Tints of Yellow Metal #7B6D3C
RGB
CMYK
RGB Variations
Color information
#7B6D3C (or 0x7B6D3C) is known color: Yellow Metal. HEX triplet: 7B, 6D and 3C. RGB value is (123,109,60). Sum of RGB (Red+Green+Blue) = 123+109+60=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6D3C is #8492C3. Grayscale: #6B6B6B. Windows color (decimal): -8688324 or 3960187. OLE color: 3960187.
HSL color Cylindrical-coordinate representation of color #7B6D3C: hue angle of 46.67º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B6D3C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 109 | 60 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.52 |
| HSL | 46.67º | 0.34% | 0.36% | - |
| HSV(B) | 46.67º | 0.51% | 0.48% | - |
| XYZ | 14.45 | 15.47 | 6.5 | - |
| YUV | 107.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 60 | 0 | 0.11 | 0.51 | 0.52 | 46.67 | 0.34 | 0.36 |
| Hex | 7B | 6D | 3C | 0 | B | 33 | 34 | 2F | 22 | 24 |
| Octal | 173 | 155 | 74 | 0 | 13 | 63 | 64 | 57 | 42 | 44 |
| Binary | 1111011 | 1101101 | 111100 | 0 | 1011 | 110011 | 110100 | 101111 | 100010 | 100100 |
Color Harmonies of #7B6D3C
Complementary color
Monochromatic Colors of #7B6D3C
Black with #7B6D3C
Text Example
Text Example
White with #7B6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6D3C; }
p { color: rgb(123,109,60); }
H1.HeaderClassName
{
color: #7B6D3C;
}
.AnyTagClassName
{
color: #7B6D3C;
}
</style>
background-color css
<style>
a { background-color: #7B6D3C; }
a { background-color: rgb(123,109,60); }
div.DivClassName
{
background-color: #7B6D3C;
}
.BgClassName
{
background-color: #7B6D3C;
}
</style>
border-color css
<style>
span { border-color: #7B6D3C; }
span { border-color: rgb(123,109,60); }
td.TdClassName
{
border-color: #7B6D3C;
}
.TagClassName
{
border-color: #7B6D3C;
}
</style>