Shades of Yellow Metal #7C623C
Tints of Yellow Metal #7C623C
RGB
CMYK
RGB Variations
Color information
#7C623C (or 0x7C623C) is known color: Yellow Metal. HEX triplet: 7C, 62 and 3C. RGB value is (124,98,60). Sum of RGB (Red+Green+Blue) = 124+98+60=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C623C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C623C is #839DC3. Grayscale: #656565. Windows color (decimal): -8625604 or 3957372. OLE color: 3957372.
HSL color Cylindrical-coordinate representation of color #7C623C: hue angle of 35.62º degrees, saturation: 0.35, 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 #7C623C is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 60 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.51 |
| HSL | 35.63º | 0.35% | 0.36% | - |
| HSV(B) | 35.63º | 0.52% | 0.49% | - |
| XYZ | 13.5 | 13.35 | 6.14 | - |
| YUV | 101.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 60 | 0 | 0.21 | 0.52 | 0.51 | 35.63 | 0.35 | 0.36 |
| Hex | 7C | 62 | 3C | 0 | 15 | 34 | 33 | 24 | 23 | 24 |
| Octal | 174 | 142 | 74 | 0 | 25 | 64 | 63 | 44 | 43 | 44 |
| Binary | 1111100 | 1100010 | 111100 | 0 | 10101 | 110100 | 110011 | 100100 | 100011 | 100100 |
Color Harmonies of #7C623C
Complementary color
Monochromatic Colors of #7C623C
Black with #7C623C
Text Example
Text Example
White with #7C623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C623C; }
p { color: rgb(124,98,60); }
H1.HeaderClassName
{
color: #7C623C;
}
.AnyTagClassName
{
color: #7C623C;
}
</style>
background-color css
<style>
a { background-color: #7C623C; }
a { background-color: rgb(124,98,60); }
div.DivClassName
{
background-color: #7C623C;
}
.BgClassName
{
background-color: #7C623C;
}
</style>
border-color css
<style>
span { border-color: #7C623C; }
span { border-color: rgb(124,98,60); }
td.TdClassName
{
border-color: #7C623C;
}
.TagClassName
{
border-color: #7C623C;
}
</style>