Shades of Yellow Metal #7B673D
Tints of Yellow Metal #7B673D
RGB
CMYK
RGB Variations
Color information
#7B673D (or 0x7B673D) is known color: Yellow Metal. HEX triplet: 7B, 67 and 3D. RGB value is (123,103,61). Sum of RGB (Red+Green+Blue) = 123+103+61=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B673D is #8498C2. Grayscale: #686868. Windows color (decimal): -8689859 or 4024187. OLE color: 4024187.
HSL color Cylindrical-coordinate representation of color #7B673D: hue angle of 40.65º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B673D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 61 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.52 |
| HSL | 40.65º | 0.34% | 0.36% | - |
| HSV(B) | 40.65º | 0.5% | 0.48% | - |
| XYZ | 13.86 | 14.25 | 6.43 | - |
| YUV | 104.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 61 | 0 | 0.16 | 0.50 | 0.52 | 40.65 | 0.34 | 0.36 |
| Hex | 7B | 67 | 3D | 0 | 10 | 32 | 34 | 29 | 22 | 24 |
| Octal | 173 | 147 | 75 | 0 | 20 | 62 | 64 | 51 | 42 | 44 |
| Binary | 1111011 | 1100111 | 111101 | 0 | 10000 | 110010 | 110100 | 101001 | 100010 | 100100 |
Color Harmonies of #7B673D
Complementary color
Monochromatic Colors of #7B673D
Black with #7B673D
Text Example
Text Example
White with #7B673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B673D; }
p { color: rgb(123,103,61); }
H1.HeaderClassName
{
color: #7B673D;
}
.AnyTagClassName
{
color: #7B673D;
}
</style>
background-color css
<style>
a { background-color: #7B673D; }
a { background-color: rgb(123,103,61); }
div.DivClassName
{
background-color: #7B673D;
}
.BgClassName
{
background-color: #7B673D;
}
</style>
border-color css
<style>
span { border-color: #7B673D; }
span { border-color: rgb(123,103,61); }
td.TdClassName
{
border-color: #7B673D;
}
.TagClassName
{
border-color: #7B673D;
}
</style>