Shades of Yellow Metal #7A623B
Tints of Yellow Metal #7A623B
RGB
CMYK
RGB Variations
Color information
#7A623B (or 0x7A623B) is known color: Yellow Metal. HEX triplet: 7A, 62 and 3B. RGB value is (122,98,59). Sum of RGB (Red+Green+Blue) = 122+98+59=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A623B is #859DC4. Grayscale: #646464. Windows color (decimal): -8756677 or 3891834. OLE color: 3891834.
HSL color Cylindrical-coordinate representation of color #7A623B: hue angle of 37.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A623B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 59 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.52 |
| HSL | 37.14º | 0.35% | 0.35% | - |
| HSV(B) | 37.14º | 0.52% | 0.48% | - |
| XYZ | 13.18 | 13.19 | 5.99 | - |
| YUV | 100.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 59 | 0 | 0.20 | 0.52 | 0.52 | 37.14 | 0.35 | 0.35 |
| Hex | 7A | 62 | 3B | 0 | 14 | 34 | 34 | 25 | 23 | 23 |
| Octal | 172 | 142 | 73 | 0 | 24 | 64 | 64 | 45 | 43 | 43 |
| Binary | 1111010 | 1100010 | 111011 | 0 | 10100 | 110100 | 110100 | 100101 | 100011 | 100011 |
Color Harmonies of #7A623B
Complementary color
Monochromatic Colors of #7A623B
Black with #7A623B
Text Example
Text Example
White with #7A623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A623B; }
p { color: rgb(122,98,59); }
H1.HeaderClassName
{
color: #7A623B;
}
.AnyTagClassName
{
color: #7A623B;
}
</style>
background-color css
<style>
a { background-color: #7A623B; }
a { background-color: rgb(122,98,59); }
div.DivClassName
{
background-color: #7A623B;
}
.BgClassName
{
background-color: #7A623B;
}
</style>
border-color css
<style>
span { border-color: #7A623B; }
span { border-color: rgb(122,98,59); }
td.TdClassName
{
border-color: #7A623B;
}
.TagClassName
{
border-color: #7A623B;
}
</style>