Shades of Yellow Metal #7B633D
Tints of Yellow Metal #7B633D
RGB
CMYK
RGB Variations
Color information
#7B633D (or 0x7B633D) is known color: Yellow Metal. HEX triplet: 7B, 63 and 3D. RGB value is (123,99,61). Sum of RGB (Red+Green+Blue) = 123+99+61=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B633D is #849CC2. Grayscale: #666666. Windows color (decimal): -8690883 or 4023163. OLE color: 4023163.
HSL color Cylindrical-coordinate representation of color #7B633D: hue angle of 36.77º degrees, saturation: 0.34, 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 #7B633D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 99 | 61 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.52 |
| HSL | 36.77º | 0.34% | 0.36% | - |
| HSV(B) | 36.77º | 0.5% | 0.48% | - |
| XYZ | 13.47 | 13.47 | 6.31 | - |
| YUV | 101.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 61 | 0 | 0.20 | 0.50 | 0.52 | 36.77 | 0.34 | 0.36 |
| Hex | 7B | 63 | 3D | 0 | 14 | 32 | 34 | 25 | 22 | 24 |
| Octal | 173 | 143 | 75 | 0 | 24 | 62 | 64 | 45 | 42 | 44 |
| Binary | 1111011 | 1100011 | 111101 | 0 | 10100 | 110010 | 110100 | 100101 | 100010 | 100100 |
Color Harmonies of #7B633D
Complementary color
Monochromatic Colors of #7B633D
Black with #7B633D
Text Example
Text Example
White with #7B633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B633D; }
p { color: rgb(123,99,61); }
H1.HeaderClassName
{
color: #7B633D;
}
.AnyTagClassName
{
color: #7B633D;
}
</style>
background-color css
<style>
a { background-color: #7B633D; }
a { background-color: rgb(123,99,61); }
div.DivClassName
{
background-color: #7B633D;
}
.BgClassName
{
background-color: #7B633D;
}
</style>
border-color css
<style>
span { border-color: #7B633D; }
span { border-color: rgb(123,99,61); }
td.TdClassName
{
border-color: #7B633D;
}
.TagClassName
{
border-color: #7B633D;
}
</style>