Shades of Yellow Metal #77693A
Tints of Yellow Metal #77693A
RGB
CMYK
RGB Variations
Color information
#77693A (or 0x77693A) is known color: Yellow Metal. HEX triplet: 77, 69 and 3A. RGB value is (119,105,58). Sum of RGB (Red+Green+Blue) = 119+105+58=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693A is #8896C5. Grayscale: #686868. Windows color (decimal): -8951494 or 3828087. OLE color: 3828087.
HSL color Cylindrical-coordinate representation of color #77693A: hue angle of 46.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77693A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 58 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.53 |
| HSL | 46.23º | 0.34% | 0.35% | - |
| HSV(B) | 46.23º | 0.51% | 0.47% | - |
| XYZ | 13.42 | 14.33 | 6.06 | - |
| YUV | 103.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 58 | 0 | 0.12 | 0.51 | 0.53 | 46.23 | 0.34 | 0.35 |
| Hex | 77 | 69 | 3A | 0 | C | 33 | 35 | 2E | 22 | 23 |
| Octal | 167 | 151 | 72 | 0 | 14 | 63 | 65 | 56 | 42 | 43 |
| Binary | 1110111 | 1101001 | 111010 | 0 | 1100 | 110011 | 110101 | 101110 | 100010 | 100011 |
Color Harmonies of #77693A
Complementary color
Monochromatic Colors of #77693A
Black with #77693A
Text Example
Text Example
White with #77693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77693A; }
p { color: rgb(119,105,58); }
H1.HeaderClassName
{
color: #77693A;
}
.AnyTagClassName
{
color: #77693A;
}
</style>
background-color css
<style>
a { background-color: #77693A; }
a { background-color: rgb(119,105,58); }
div.DivClassName
{
background-color: #77693A;
}
.BgClassName
{
background-color: #77693A;
}
</style>
border-color css
<style>
span { border-color: #77693A; }
span { border-color: rgb(119,105,58); }
td.TdClassName
{
border-color: #77693A;
}
.TagClassName
{
border-color: #77693A;
}
</style>