Shades of Yellow Metal #7B663D
Tints of Yellow Metal #7B663D
RGB
CMYK
RGB Variations
Color information
#7B663D (or 0x7B663D) is known color: Yellow Metal. HEX triplet: 7B, 66 and 3D. RGB value is (123,102,61). Sum of RGB (Red+Green+Blue) = 123+102+61=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B663D is #8499C2. Grayscale: #676767. Windows color (decimal): -8690115 or 4023931. OLE color: 4023931.
HSL color Cylindrical-coordinate representation of color #7B663D: hue angle of 39.68º 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 #7B663D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 102 | 61 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.52 |
| HSL | 39.68º | 0.34% | 0.36% | - |
| HSV(B) | 39.68º | 0.5% | 0.48% | - |
| XYZ | 13.76 | 14.05 | 6.4 | - |
| YUV | 103.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 102 | 61 | 0 | 0.17 | 0.50 | 0.52 | 39.68 | 0.34 | 0.36 |
| Hex | 7B | 66 | 3D | 0 | 11 | 32 | 34 | 28 | 22 | 24 |
| Octal | 173 | 146 | 75 | 0 | 21 | 62 | 64 | 50 | 42 | 44 |
| Binary | 1111011 | 1100110 | 111101 | 0 | 10001 | 110010 | 110100 | 101000 | 100010 | 100100 |
Color Harmonies of #7B663D
Complementary color
Monochromatic Colors of #7B663D
Black with #7B663D
Text Example
Text Example
White with #7B663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B663D; }
p { color: rgb(123,102,61); }
H1.HeaderClassName
{
color: #7B663D;
}
.AnyTagClassName
{
color: #7B663D;
}
</style>
background-color css
<style>
a { background-color: #7B663D; }
a { background-color: rgb(123,102,61); }
div.DivClassName
{
background-color: #7B663D;
}
.BgClassName
{
background-color: #7B663D;
}
</style>
border-color css
<style>
span { border-color: #7B663D; }
span { border-color: rgb(123,102,61); }
td.TdClassName
{
border-color: #7B663D;
}
.TagClassName
{
border-color: #7B663D;
}
</style>