Shades of Yellow Metal #7B653D
Tints of Yellow Metal #7B653D
RGB
CMYK
RGB Variations
Color information
#7B653D (or 0x7B653D) is known color: Yellow Metal. HEX triplet: 7B, 65 and 3D. RGB value is (123,101,61). Sum of RGB (Red+Green+Blue) = 123+101+61=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B653D is #849AC2. Grayscale: #676767. Windows color (decimal): -8690371 or 4023675. OLE color: 4023675.
HSL color Cylindrical-coordinate representation of color #7B653D: hue angle of 38.71º 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 #7B653D is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 61 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.52 |
| HSL | 38.71º | 0.34% | 0.36% | - |
| HSV(B) | 38.71º | 0.5% | 0.48% | - |
| XYZ | 13.66 | 13.86 | 6.37 | - |
| YUV | 103.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 61 | 0 | 0.18 | 0.50 | 0.52 | 38.71 | 0.34 | 0.36 |
| Hex | 7B | 65 | 3D | 0 | 12 | 32 | 34 | 27 | 22 | 24 |
| Octal | 173 | 145 | 75 | 0 | 22 | 62 | 64 | 47 | 42 | 44 |
| Binary | 1111011 | 1100101 | 111101 | 0 | 10010 | 110010 | 110100 | 100111 | 100010 | 100100 |
Color Harmonies of #7B653D
Complementary color
Monochromatic Colors of #7B653D
Black with #7B653D
Text Example
Text Example
White with #7B653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B653D; }
p { color: rgb(123,101,61); }
H1.HeaderClassName
{
color: #7B653D;
}
.AnyTagClassName
{
color: #7B653D;
}
</style>
background-color css
<style>
a { background-color: #7B653D; }
a { background-color: rgb(123,101,61); }
div.DivClassName
{
background-color: #7B653D;
}
.BgClassName
{
background-color: #7B653D;
}
</style>
border-color css
<style>
span { border-color: #7B653D; }
span { border-color: rgb(123,101,61); }
td.TdClassName
{
border-color: #7B653D;
}
.TagClassName
{
border-color: #7B653D;
}
</style>