Shades of Yellow Metal #77683D
Tints of Yellow Metal #77683D
RGB
CMYK
RGB Variations
Color information
#77683D (or 0x77683D) is known color: Yellow Metal. HEX triplet: 77, 68 and 3D. RGB value is (119,104,61). Sum of RGB (Red+Green+Blue) = 119+104+61=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77683D is #8897C2. Grayscale: #676767. Windows color (decimal): -8951747 or 4024439. OLE color: 4024439.
HSL color Cylindrical-coordinate representation of color #77683D: hue angle of 44.48º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77683D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 61 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.53 |
| HSL | 44.48º | 0.32% | 0.35% | - |
| HSV(B) | 44.48º | 0.49% | 0.47% | - |
| XYZ | 13.4 | 14.16 | 6.44 | - |
| YUV | 103.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 61 | 0 | 0.13 | 0.49 | 0.53 | 44.48 | 0.32 | 0.35 |
| Hex | 77 | 68 | 3D | 0 | D | 31 | 35 | 2C | 20 | 23 |
| Octal | 167 | 150 | 75 | 0 | 15 | 61 | 65 | 54 | 40 | 43 |
| Binary | 1110111 | 1101000 | 111101 | 0 | 1101 | 110001 | 110101 | 101100 | 100000 | 100011 |
Color Harmonies of #77683D
Complementary color
Monochromatic Colors of #77683D
Black with #77683D
Text Example
Text Example
White with #77683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77683D; }
p { color: rgb(119,104,61); }
H1.HeaderClassName
{
color: #77683D;
}
.AnyTagClassName
{
color: #77683D;
}
</style>
background-color css
<style>
a { background-color: #77683D; }
a { background-color: rgb(119,104,61); }
div.DivClassName
{
background-color: #77683D;
}
.BgClassName
{
background-color: #77683D;
}
</style>
border-color css
<style>
span { border-color: #77683D; }
span { border-color: rgb(119,104,61); }
td.TdClassName
{
border-color: #77683D;
}
.TagClassName
{
border-color: #77683D;
}
</style>