Shades of Yellow Metal #77683B
Tints of Yellow Metal #77683B
RGB
CMYK
RGB Variations
Color information
#77683B (or 0x77683B) is known color: Yellow Metal. HEX triplet: 77, 68 and 3B. RGB value is (119,104,59). Sum of RGB (Red+Green+Blue) = 119+104+59=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77683B is #8897C4. Grayscale: #676767. Windows color (decimal): -8951749 or 3893367. OLE color: 3893367.
HSL color Cylindrical-coordinate representation of color #77683B: hue angle of 45º 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 #77683B is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 59 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.53 |
| HSL | 45º | 0.34% | 0.35% | - |
| HSV(B) | 45º | 0.5% | 0.47% | - |
| XYZ | 13.35 | 14.14 | 6.16 | - |
| YUV | 103.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 59 | 0 | 0.13 | 0.50 | 0.53 | 45 | 0.34 | 0.35 |
| Hex | 77 | 68 | 3B | 0 | D | 32 | 35 | 2D | 22 | 23 |
| Octal | 167 | 150 | 73 | 0 | 15 | 62 | 65 | 55 | 42 | 43 |
| Binary | 1110111 | 1101000 | 111011 | 0 | 1101 | 110010 | 110101 | 101101 | 100010 | 100011 |
Color Harmonies of #77683B
Complementary color
Monochromatic Colors of #77683B
Black with #77683B
Text Example
Text Example
White with #77683B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77683B; }
p { color: rgb(119,104,59); }
H1.HeaderClassName
{
color: #77683B;
}
.AnyTagClassName
{
color: #77683B;
}
</style>
background-color css
<style>
a { background-color: #77683B; }
a { background-color: rgb(119,104,59); }
div.DivClassName
{
background-color: #77683B;
}
.BgClassName
{
background-color: #77683B;
}
</style>
border-color css
<style>
span { border-color: #77683B; }
span { border-color: rgb(119,104,59); }
td.TdClassName
{
border-color: #77683B;
}
.TagClassName
{
border-color: #77683B;
}
</style>