Shades of Yellow Metal #7B6C3A
Tints of Yellow Metal #7B6C3A
RGB
CMYK
RGB Variations
Color information
#7B6C3A (or 0x7B6C3A) is known color: Yellow Metal. HEX triplet: 7B, 6C and 3A. RGB value is (123,108,58). Sum of RGB (Red+Green+Blue) = 123+108+58=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6C3A is #8493C5. Grayscale: #6B6B6B. Windows color (decimal): -8688582 or 3828859. OLE color: 3828859.
HSL color Cylindrical-coordinate representation of color #7B6C3A: hue angle of 46.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B6C3A is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 108 | 58 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.52 |
| HSL | 46.15º | 0.36% | 0.35% | - |
| HSV(B) | 46.15º | 0.53% | 0.48% | - |
| XYZ | 14.29 | 15.24 | 6.19 | - |
| YUV | 106.79 | 100.47 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 108 | 58 | 0 | 0.12 | 0.53 | 0.52 | 46.15 | 0.36 | 0.35 |
| Hex | 7B | 6C | 3A | 0 | C | 35 | 34 | 2E | 24 | 23 |
| Octal | 173 | 154 | 72 | 0 | 14 | 65 | 64 | 56 | 44 | 43 |
| Binary | 1111011 | 1101100 | 111010 | 0 | 1100 | 110101 | 110100 | 101110 | 100100 | 100011 |
Color Harmonies of #7B6C3A
Complementary color
Monochromatic Colors of #7B6C3A
Black with #7B6C3A
Text Example
Text Example
White with #7B6C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6C3A; }
p { color: rgb(123,108,58); }
H1.HeaderClassName
{
color: #7B6C3A;
}
.AnyTagClassName
{
color: #7B6C3A;
}
</style>
background-color css
<style>
a { background-color: #7B6C3A; }
a { background-color: rgb(123,108,58); }
div.DivClassName
{
background-color: #7B6C3A;
}
.BgClassName
{
background-color: #7B6C3A;
}
</style>
border-color css
<style>
span { border-color: #7B6C3A; }
span { border-color: rgb(123,108,58); }
td.TdClassName
{
border-color: #7B6C3A;
}
.TagClassName
{
border-color: #7B6C3A;
}
</style>