Shades of Yellow Metal #77673E
Tints of Yellow Metal #77673E
RGB
CMYK
RGB Variations
Color information
#77673E (or 0x77673E) is known color: Yellow Metal. HEX triplet: 77, 67 and 3E. RGB value is (119,103,62). Sum of RGB (Red+Green+Blue) = 119+103+62=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77673E is #8898C1. Grayscale: #676767. Windows color (decimal): -8952002 or 4089719. OLE color: 4089719.
HSL color Cylindrical-coordinate representation of color #77673E: hue angle of 43.16º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77673E is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 62 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.53 |
| HSL | 43.16º | 0.31% | 0.35% | - |
| HSV(B) | 43.16º | 0.48% | 0.47% | - |
| XYZ | 13.33 | 13.97 | 6.55 | - |
| YUV | 103.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 62 | 0 | 0.13 | 0.48 | 0.53 | 43.16 | 0.31 | 0.35 |
| Hex | 77 | 67 | 3E | 0 | D | 30 | 35 | 2B | 1F | 23 |
| Octal | 167 | 147 | 76 | 0 | 15 | 60 | 65 | 53 | 37 | 43 |
| Binary | 1110111 | 1100111 | 111110 | 0 | 1101 | 110000 | 110101 | 101011 | 11111 | 100011 |
Color Harmonies of #77673E
Complementary color
Monochromatic Colors of #77673E
Black with #77673E
Text Example
Text Example
White with #77673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77673E; }
p { color: rgb(119,103,62); }
H1.HeaderClassName
{
color: #77673E;
}
.AnyTagClassName
{
color: #77673E;
}
</style>
background-color css
<style>
a { background-color: #77673E; }
a { background-color: rgb(119,103,62); }
div.DivClassName
{
background-color: #77673E;
}
.BgClassName
{
background-color: #77673E;
}
</style>
border-color css
<style>
span { border-color: #77673E; }
span { border-color: rgb(119,103,62); }
td.TdClassName
{
border-color: #77673E;
}
.TagClassName
{
border-color: #77673E;
}
</style>