Shades of Yellow Metal #7B6E3C
Tints of Yellow Metal #7B6E3C
RGB
CMYK
RGB Variations
Color information
#7B6E3C (or 0x7B6E3C) is known color: Yellow Metal. HEX triplet: 7B, 6E and 3C. RGB value is (123,110,60). Sum of RGB (Red+Green+Blue) = 123+110+60=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6E3C is #8491C3. Grayscale: #6C6C6C. Windows color (decimal): -8688068 or 3960443. OLE color: 3960443.
HSL color Cylindrical-coordinate representation of color #7B6E3C: hue angle of 47.62º 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 #7B6E3C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 110 | 60 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.52 |
| HSL | 47.62º | 0.34% | 0.36% | - |
| HSV(B) | 47.62º | 0.51% | 0.48% | - |
| XYZ | 14.56 | 15.69 | 6.54 | - |
| YUV | 108.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 60 | 0 | 0.11 | 0.51 | 0.52 | 47.62 | 0.34 | 0.36 |
| Hex | 7B | 6E | 3C | 0 | B | 33 | 34 | 30 | 22 | 24 |
| Octal | 173 | 156 | 74 | 0 | 13 | 63 | 64 | 60 | 42 | 44 |
| Binary | 1111011 | 1101110 | 111100 | 0 | 1011 | 110011 | 110100 | 110000 | 100010 | 100100 |
Color Harmonies of #7B6E3C
Complementary color
Monochromatic Colors of #7B6E3C
Black with #7B6E3C
Text Example
Text Example
White with #7B6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E3C; }
p { color: rgb(123,110,60); }
H1.HeaderClassName
{
color: #7B6E3C;
}
.AnyTagClassName
{
color: #7B6E3C;
}
</style>
background-color css
<style>
a { background-color: #7B6E3C; }
a { background-color: rgb(123,110,60); }
div.DivClassName
{
background-color: #7B6E3C;
}
.BgClassName
{
background-color: #7B6E3C;
}
</style>
border-color css
<style>
span { border-color: #7B6E3C; }
span { border-color: rgb(123,110,60); }
td.TdClassName
{
border-color: #7B6E3C;
}
.TagClassName
{
border-color: #7B6E3C;
}
</style>