Shades of Yellow Metal #7B6B41
Tints of Yellow Metal #7B6B41
RGB
CMYK
RGB Variations
Color information
#7B6B41 (or 0x7B6B41) is known color: Yellow Metal. HEX triplet: 7B, 6B and 41. RGB value is (123,107,65). Sum of RGB (Red+Green+Blue) = 123+107+65=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6B41 is #8494BE. Grayscale: #6B6B6B. Windows color (decimal): -8688831 or 4287355. OLE color: 4287355.
HSL color Cylindrical-coordinate representation of color #7B6B41: hue angle of 43.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B6B41 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 107 | 65 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.52 |
| HSL | 43.45º | 0.31% | 0.37% | - |
| HSV(B) | 43.45º | 0.47% | 0.48% | - |
| XYZ | 14.38 | 15.11 | 7.16 | - |
| YUV | 107 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 107 | 65 | 0 | 0.13 | 0.47 | 0.52 | 43.45 | 0.31 | 0.37 |
| Hex | 7B | 6B | 41 | 0 | D | 2F | 34 | 2B | 1F | 25 |
| Octal | 173 | 153 | 101 | 0 | 15 | 57 | 64 | 53 | 37 | 45 |
| Binary | 1111011 | 1101011 | 1000001 | 0 | 1101 | 101111 | 110100 | 101011 | 11111 | 100101 |
Color Harmonies of #7B6B41
Complementary color
Monochromatic Colors of #7B6B41
Black with #7B6B41
Text Example
Text Example
White with #7B6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6B41; }
p { color: rgb(123,107,65); }
H1.HeaderClassName
{
color: #7B6B41;
}
.AnyTagClassName
{
color: #7B6B41;
}
</style>
background-color css
<style>
a { background-color: #7B6B41; }
a { background-color: rgb(123,107,65); }
div.DivClassName
{
background-color: #7B6B41;
}
.BgClassName
{
background-color: #7B6B41;
}
</style>
border-color css
<style>
span { border-color: #7B6B41; }
span { border-color: rgb(123,107,65); }
td.TdClassName
{
border-color: #7B6B41;
}
.TagClassName
{
border-color: #7B6B41;
}
</style>