Shades of Yellow Metal #76663B
Tints of Yellow Metal #76663B
RGB
CMYK
RGB Variations
Color information
#76663B (or 0x76663B) is known color: Yellow Metal. HEX triplet: 76, 66 and 3B. RGB value is (118,102,59). Sum of RGB (Red+Green+Blue) = 118+102+59=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76663B is #8999C4. Grayscale: #666666. Windows color (decimal): -9017797 or 3892854. OLE color: 3892854.
HSL color Cylindrical-coordinate representation of color #76663B: hue angle of 43.73º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76663B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 59 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.54 |
| HSL | 43.73º | 0.33% | 0.35% | - |
| HSV(B) | 43.73º | 0.5% | 0.46% | - |
| XYZ | 13.01 | 13.67 | 6.09 | - |
| YUV | 101.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 59 | 0 | 0.14 | 0.50 | 0.54 | 43.73 | 0.33 | 0.35 |
| Hex | 76 | 66 | 3B | 0 | E | 32 | 36 | 2C | 21 | 23 |
| Octal | 166 | 146 | 73 | 0 | 16 | 62 | 66 | 54 | 41 | 43 |
| Binary | 1110110 | 1100110 | 111011 | 0 | 1110 | 110010 | 110110 | 101100 | 100001 | 100011 |
Color Harmonies of #76663B
Complementary color
Monochromatic Colors of #76663B
Black with #76663B
Text Example
Text Example
White with #76663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76663B; }
p { color: rgb(118,102,59); }
H1.HeaderClassName
{
color: #76663B;
}
.AnyTagClassName
{
color: #76663B;
}
</style>
background-color css
<style>
a { background-color: #76663B; }
a { background-color: rgb(118,102,59); }
div.DivClassName
{
background-color: #76663B;
}
.BgClassName
{
background-color: #76663B;
}
</style>
border-color css
<style>
span { border-color: #76663B; }
span { border-color: rgb(118,102,59); }
td.TdClassName
{
border-color: #76663B;
}
.TagClassName
{
border-color: #76663B;
}
</style>