Shades of Yellow Metal #76663C
Tints of Yellow Metal #76663C
RGB
CMYK
RGB Variations
Color information
#76663C (or 0x76663C) is known color: Yellow Metal. HEX triplet: 76, 66 and 3C. RGB value is (118,102,60). Sum of RGB (Red+Green+Blue) = 118+102+60=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76663C is #8999C3. Grayscale: #666666. Windows color (decimal): -9017796 or 3958390. OLE color: 3958390.
HSL color Cylindrical-coordinate representation of color #76663C: hue angle of 43.45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76663C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 60 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.54 |
| HSL | 43.45º | 0.33% | 0.35% | - |
| HSV(B) | 43.45º | 0.49% | 0.46% | - |
| XYZ | 13.04 | 13.68 | 6.23 | - |
| YUV | 102 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 60 | 0 | 0.14 | 0.49 | 0.54 | 43.45 | 0.33 | 0.35 |
| Hex | 76 | 66 | 3C | 0 | E | 31 | 36 | 2B | 21 | 23 |
| Octal | 166 | 146 | 74 | 0 | 16 | 61 | 66 | 53 | 41 | 43 |
| Binary | 1110110 | 1100110 | 111100 | 0 | 1110 | 110001 | 110110 | 101011 | 100001 | 100011 |
Color Harmonies of #76663C
Complementary color
Monochromatic Colors of #76663C
Black with #76663C
Text Example
Text Example
White with #76663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76663C; }
p { color: rgb(118,102,60); }
H1.HeaderClassName
{
color: #76663C;
}
.AnyTagClassName
{
color: #76663C;
}
</style>
background-color css
<style>
a { background-color: #76663C; }
a { background-color: rgb(118,102,60); }
div.DivClassName
{
background-color: #76663C;
}
.BgClassName
{
background-color: #76663C;
}
</style>
border-color css
<style>
span { border-color: #76663C; }
span { border-color: rgb(118,102,60); }
td.TdClassName
{
border-color: #76663C;
}
.TagClassName
{
border-color: #76663C;
}
</style>