Shades of Yellow Metal #7B643A
Tints of Yellow Metal #7B643A
RGB
CMYK
RGB Variations
Color information
#7B643A (or 0x7B643A) is known color: Yellow Metal. HEX triplet: 7B, 64 and 3A. RGB value is (123,100,58). Sum of RGB (Red+Green+Blue) = 123+100+58=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B643A is #849BC5. Grayscale: #666666. Windows color (decimal): -8690630 or 3826811. OLE color: 3826811.
HSL color Cylindrical-coordinate representation of color #7B643A: hue angle of 38.77º 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 #7B643A is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 58 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.52 |
| HSL | 38.77º | 0.36% | 0.35% | - |
| HSV(B) | 38.77º | 0.53% | 0.48% | - |
| XYZ | 13.49 | 13.63 | 5.92 | - |
| YUV | 102.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 58 | 0 | 0.19 | 0.53 | 0.52 | 38.77 | 0.36 | 0.35 |
| Hex | 7B | 64 | 3A | 0 | 13 | 35 | 34 | 27 | 24 | 23 |
| Octal | 173 | 144 | 72 | 0 | 23 | 65 | 64 | 47 | 44 | 43 |
| Binary | 1111011 | 1100100 | 111010 | 0 | 10011 | 110101 | 110100 | 100111 | 100100 | 100011 |
Color Harmonies of #7B643A
Complementary color
Monochromatic Colors of #7B643A
Black with #7B643A
Text Example
Text Example
White with #7B643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B643A; }
p { color: rgb(123,100,58); }
H1.HeaderClassName
{
color: #7B643A;
}
.AnyTagClassName
{
color: #7B643A;
}
</style>
background-color css
<style>
a { background-color: #7B643A; }
a { background-color: rgb(123,100,58); }
div.DivClassName
{
background-color: #7B643A;
}
.BgClassName
{
background-color: #7B643A;
}
</style>
border-color css
<style>
span { border-color: #7B643A; }
span { border-color: rgb(123,100,58); }
td.TdClassName
{
border-color: #7B643A;
}
.TagClassName
{
border-color: #7B643A;
}
</style>