Shades of Yellow Metal #7B633C
Tints of Yellow Metal #7B633C
RGB
CMYK
RGB Variations
Color information
#7B633C (or 0x7B633C) is known color: Yellow Metal. HEX triplet: 7B, 63 and 3C. RGB value is (123,99,60). Sum of RGB (Red+Green+Blue) = 123+99+60=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B633C is #849CC3. Grayscale: #656565. Windows color (decimal): -8690884 or 3957627. OLE color: 3957627.
HSL color Cylindrical-coordinate representation of color #7B633C: hue angle of 37.14º 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 #7B633C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 60 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.52 |
| HSL | 37.14º | 0.34% | 0.36% | - |
| HSV(B) | 37.14º | 0.51% | 0.48% | - |
| XYZ | 13.45 | 13.46 | 6.16 | - |
| YUV | 101.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 60 | 0 | 0.20 | 0.51 | 0.52 | 37.14 | 0.34 | 0.36 |
| Hex | 7B | 63 | 3C | 0 | 14 | 33 | 34 | 25 | 22 | 24 |
| Octal | 173 | 143 | 74 | 0 | 24 | 63 | 64 | 45 | 42 | 44 |
| Binary | 1111011 | 1100011 | 111100 | 0 | 10100 | 110011 | 110100 | 100101 | 100010 | 100100 |
Color Harmonies of #7B633C
Complementary color
Monochromatic Colors of #7B633C
Black with #7B633C
Text Example
Text Example
White with #7B633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B633C; }
p { color: rgb(123,99,60); }
H1.HeaderClassName
{
color: #7B633C;
}
.AnyTagClassName
{
color: #7B633C;
}
</style>
background-color css
<style>
a { background-color: #7B633C; }
a { background-color: rgb(123,99,60); }
div.DivClassName
{
background-color: #7B633C;
}
.BgClassName
{
background-color: #7B633C;
}
</style>
border-color css
<style>
span { border-color: #7B633C; }
span { border-color: rgb(123,99,60); }
td.TdClassName
{
border-color: #7B633C;
}
.TagClassName
{
border-color: #7B633C;
}
</style>