Shades of Yellow Metal #7B663E
Tints of Yellow Metal #7B663E
RGB
CMYK
RGB Variations
Color information
#7B663E (or 0x7B663E) is known color: Yellow Metal. HEX triplet: 7B, 66 and 3E. RGB value is (123,102,62). Sum of RGB (Red+Green+Blue) = 123+102+62=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B663E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B663E is #8499C1. Grayscale: #676767. Windows color (decimal): -8690114 or 4089467. OLE color: 4089467.
HSL color Cylindrical-coordinate representation of color #7B663E: hue angle of 39.34º degrees, saturation: 0.33, 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 #7B663E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 62 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.52 |
| HSL | 39.34º | 0.33% | 0.36% | - |
| HSV(B) | 39.34º | 0.5% | 0.48% | - |
| XYZ | 13.79 | 14.06 | 6.54 | - |
| YUV | 103.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 62 | 0 | 0.17 | 0.50 | 0.52 | 39.34 | 0.33 | 0.36 |
| Hex | 7B | 66 | 3E | 0 | 11 | 32 | 34 | 27 | 21 | 24 |
| Octal | 173 | 146 | 76 | 0 | 21 | 62 | 64 | 47 | 41 | 44 |
| Binary | 1111011 | 1100110 | 111110 | 0 | 10001 | 110010 | 110100 | 100111 | 100001 | 100100 |
Color Harmonies of #7B663E
Complementary color
Monochromatic Colors of #7B663E
Black with #7B663E
Text Example
Text Example
White with #7B663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B663E; }
p { color: rgb(123,102,62); }
H1.HeaderClassName
{
color: #7B663E;
}
.AnyTagClassName
{
color: #7B663E;
}
</style>
background-color css
<style>
a { background-color: #7B663E; }
a { background-color: rgb(123,102,62); }
div.DivClassName
{
background-color: #7B663E;
}
.BgClassName
{
background-color: #7B663E;
}
</style>
border-color css
<style>
span { border-color: #7B663E; }
span { border-color: rgb(123,102,62); }
td.TdClassName
{
border-color: #7B663E;
}
.TagClassName
{
border-color: #7B663E;
}
</style>