Shades of Yellow Metal #7B663C
Tints of Yellow Metal #7B663C
RGB
CMYK
RGB Variations
Color information
#7B663C (or 0x7B663C) is known color: Yellow Metal. HEX triplet: 7B, 66 and 3C. RGB value is (123,102,60). Sum of RGB (Red+Green+Blue) = 123+102+60=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B663C is #8499C3. Grayscale: #676767. Windows color (decimal): -8690116 or 3958395. OLE color: 3958395.
HSL color Cylindrical-coordinate representation of color #7B663C: hue angle of 40º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B663C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 60 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.52 |
| HSL | 40º | 0.34% | 0.36% | - |
| HSV(B) | 40º | 0.51% | 0.48% | - |
| XYZ | 13.74 | 14.04 | 6.26 | - |
| YUV | 103.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 60 | 0 | 0.17 | 0.51 | 0.52 | 40 | 0.34 | 0.36 |
| Hex | 7B | 66 | 3C | 0 | 11 | 33 | 34 | 28 | 22 | 24 |
| Octal | 173 | 146 | 74 | 0 | 21 | 63 | 64 | 50 | 42 | 44 |
| Binary | 1111011 | 1100110 | 111100 | 0 | 10001 | 110011 | 110100 | 101000 | 100010 | 100100 |
Color Harmonies of #7B663C
Complementary color
Monochromatic Colors of #7B663C
Black with #7B663C
Text Example
Text Example
White with #7B663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B663C; }
p { color: rgb(123,102,60); }
H1.HeaderClassName
{
color: #7B663C;
}
.AnyTagClassName
{
color: #7B663C;
}
</style>
background-color css
<style>
a { background-color: #7B663C; }
a { background-color: rgb(123,102,60); }
div.DivClassName
{
background-color: #7B663C;
}
.BgClassName
{
background-color: #7B663C;
}
</style>
border-color css
<style>
span { border-color: #7B663C; }
span { border-color: rgb(123,102,60); }
td.TdClassName
{
border-color: #7B663C;
}
.TagClassName
{
border-color: #7B663C;
}
</style>