Shades of Yellow Metal #77693D
Tints of Yellow Metal #77693D
RGB
CMYK
RGB Variations
Color information
#77693D (or 0x77693D) is known color: Yellow Metal. HEX triplet: 77, 69 and 3D. RGB value is (119,105,61). Sum of RGB (Red+Green+Blue) = 119+105+61=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693D is #8896C2. Grayscale: #686868. Windows color (decimal): -8951491 or 4024695. OLE color: 4024695.
HSL color Cylindrical-coordinate representation of color #77693D: hue angle of 45.52º 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 #77693D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 61 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.53 |
| HSL | 45.52º | 0.32% | 0.35% | - |
| HSV(B) | 45.52º | 0.49% | 0.47% | - |
| XYZ | 13.5 | 14.36 | 6.48 | - |
| YUV | 104.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 61 | 0 | 0.12 | 0.49 | 0.53 | 45.52 | 0.32 | 0.35 |
| Hex | 77 | 69 | 3D | 0 | C | 31 | 35 | 2E | 20 | 23 |
| Octal | 167 | 151 | 75 | 0 | 14 | 61 | 65 | 56 | 40 | 43 |
| Binary | 1110111 | 1101001 | 111101 | 0 | 1100 | 110001 | 110101 | 101110 | 100000 | 100011 |
Color Harmonies of #77693D
Complementary color
Monochromatic Colors of #77693D
Black with #77693D
Text Example
Text Example
White with #77693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77693D; }
p { color: rgb(119,105,61); }
H1.HeaderClassName
{
color: #77693D;
}
.AnyTagClassName
{
color: #77693D;
}
</style>
background-color css
<style>
a { background-color: #77693D; }
a { background-color: rgb(119,105,61); }
div.DivClassName
{
background-color: #77693D;
}
.BgClassName
{
background-color: #77693D;
}
</style>
border-color css
<style>
span { border-color: #77693D; }
span { border-color: rgb(119,105,61); }
td.TdClassName
{
border-color: #77693D;
}
.TagClassName
{
border-color: #77693D;
}
</style>