Shades of Yellow Metal #7C623B
Tints of Yellow Metal #7C623B
RGB
CMYK
RGB Variations
Color information
#7C623B (or 0x7C623B) is known color: Yellow Metal. HEX triplet: 7C, 62 and 3B. RGB value is (124,98,59). Sum of RGB (Red+Green+Blue) = 124+98+59=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C623B is #839DC4. Grayscale: #656565. Windows color (decimal): -8625605 or 3891836. OLE color: 3891836.
HSL color Cylindrical-coordinate representation of color #7C623B: hue angle of 36º 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 #7C623B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 59 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.51 |
| HSL | 36º | 0.36% | 0.36% | - |
| HSV(B) | 36º | 0.52% | 0.49% | - |
| XYZ | 13.47 | 13.34 | 6 | - |
| YUV | 101.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 59 | 0 | 0.21 | 0.52 | 0.51 | 36 | 0.36 | 0.36 |
| Hex | 7C | 62 | 3B | 0 | 15 | 34 | 33 | 24 | 24 | 24 |
| Octal | 174 | 142 | 73 | 0 | 25 | 64 | 63 | 44 | 44 | 44 |
| Binary | 1111100 | 1100010 | 111011 | 0 | 10101 | 110100 | 110011 | 100100 | 100100 | 100100 |
Color Harmonies of #7C623B
Complementary color
Monochromatic Colors of #7C623B
Black with #7C623B
Text Example
Text Example
White with #7C623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C623B; }
p { color: rgb(124,98,59); }
H1.HeaderClassName
{
color: #7C623B;
}
.AnyTagClassName
{
color: #7C623B;
}
</style>
background-color css
<style>
a { background-color: #7C623B; }
a { background-color: rgb(124,98,59); }
div.DivClassName
{
background-color: #7C623B;
}
.BgClassName
{
background-color: #7C623B;
}
</style>
border-color css
<style>
span { border-color: #7C623B; }
span { border-color: rgb(124,98,59); }
td.TdClassName
{
border-color: #7C623B;
}
.TagClassName
{
border-color: #7C623B;
}
</style>