Shades of Yellow Metal #7C673B
Tints of Yellow Metal #7C673B
RGB
CMYK
RGB Variations
Color information
#7C673B (or 0x7C673B) is known color: Yellow Metal. HEX triplet: 7C, 67 and 3B. RGB value is (124,103,59). Sum of RGB (Red+Green+Blue) = 124+103+59=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C673B is #8398C4. Grayscale: #686868. Windows color (decimal): -8624325 or 3893116. OLE color: 3893116.
HSL color Cylindrical-coordinate representation of color #7C673B: hue angle of 40.62º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C673B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 59 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.51 |
| HSL | 40.62º | 0.36% | 0.36% | - |
| HSV(B) | 40.62º | 0.52% | 0.49% | - |
| XYZ | 13.95 | 14.3 | 6.16 | - |
| YUV | 104.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 59 | 0 | 0.17 | 0.52 | 0.51 | 40.62 | 0.36 | 0.36 |
| Hex | 7C | 67 | 3B | 0 | 11 | 34 | 33 | 29 | 24 | 24 |
| Octal | 174 | 147 | 73 | 0 | 21 | 64 | 63 | 51 | 44 | 44 |
| Binary | 1111100 | 1100111 | 111011 | 0 | 10001 | 110100 | 110011 | 101001 | 100100 | 100100 |
Color Harmonies of #7C673B
Complementary color
Monochromatic Colors of #7C673B
Black with #7C673B
Text Example
Text Example
White with #7C673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C673B; }
p { color: rgb(124,103,59); }
H1.HeaderClassName
{
color: #7C673B;
}
.AnyTagClassName
{
color: #7C673B;
}
</style>
background-color css
<style>
a { background-color: #7C673B; }
a { background-color: rgb(124,103,59); }
div.DivClassName
{
background-color: #7C673B;
}
.BgClassName
{
background-color: #7C673B;
}
</style>
border-color css
<style>
span { border-color: #7C673B; }
span { border-color: rgb(124,103,59); }
td.TdClassName
{
border-color: #7C673B;
}
.TagClassName
{
border-color: #7C673B;
}
</style>