Shades of Yellow Metal #77673B
Tints of Yellow Metal #77673B
RGB
CMYK
RGB Variations
Color information
#77673B (or 0x77673B) is known color: Yellow Metal. HEX triplet: 77, 67 and 3B. RGB value is (119,103,59). Sum of RGB (Red+Green+Blue) = 119+103+59=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77673B is #8898C4. Grayscale: #666666. Windows color (decimal): -8952005 or 3893111. OLE color: 3893111.
HSL color Cylindrical-coordinate representation of color #77673B: hue angle of 44º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77673B is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 59 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.53 |
| HSL | 44º | 0.34% | 0.35% | - |
| HSV(B) | 44º | 0.5% | 0.47% | - |
| XYZ | 13.25 | 13.94 | 6.13 | - |
| YUV | 102.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 59 | 0 | 0.13 | 0.50 | 0.53 | 44 | 0.34 | 0.35 |
| Hex | 77 | 67 | 3B | 0 | D | 32 | 35 | 2C | 22 | 23 |
| Octal | 167 | 147 | 73 | 0 | 15 | 62 | 65 | 54 | 42 | 43 |
| Binary | 1110111 | 1100111 | 111011 | 0 | 1101 | 110010 | 110101 | 101100 | 100010 | 100011 |
Color Harmonies of #77673B
Complementary color
Monochromatic Colors of #77673B
Black with #77673B
Text Example
Text Example
White with #77673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77673B; }
p { color: rgb(119,103,59); }
H1.HeaderClassName
{
color: #77673B;
}
.AnyTagClassName
{
color: #77673B;
}
</style>
background-color css
<style>
a { background-color: #77673B; }
a { background-color: rgb(119,103,59); }
div.DivClassName
{
background-color: #77673B;
}
.BgClassName
{
background-color: #77673B;
}
</style>
border-color css
<style>
span { border-color: #77673B; }
span { border-color: rgb(119,103,59); }
td.TdClassName
{
border-color: #77673B;
}
.TagClassName
{
border-color: #77673B;
}
</style>