Shades of Yellow Metal #77693C
Tints of Yellow Metal #77693C
RGB
CMYK
RGB Variations
Color information
#77693C (or 0x77693C) is known color: Yellow Metal. HEX triplet: 77, 69 and 3C. RGB value is (119,105,60). Sum of RGB (Red+Green+Blue) = 119+105+60=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693C is #8896C3. Grayscale: #686868. Windows color (decimal): -8951492 or 3959159. OLE color: 3959159.
HSL color Cylindrical-coordinate representation of color #77693C: hue angle of 45.76º degrees, saturation: 0.33, 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 #77693C is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 60 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.53 |
| HSL | 45.76º | 0.33% | 0.35% | - |
| HSV(B) | 45.76º | 0.5% | 0.47% | - |
| XYZ | 13.47 | 14.35 | 6.33 | - |
| YUV | 104.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 60 | 0 | 0.12 | 0.50 | 0.53 | 45.76 | 0.33 | 0.35 |
| Hex | 77 | 69 | 3C | 0 | C | 32 | 35 | 2E | 21 | 23 |
| Octal | 167 | 151 | 74 | 0 | 14 | 62 | 65 | 56 | 41 | 43 |
| Binary | 1110111 | 1101001 | 111100 | 0 | 1100 | 110010 | 110101 | 101110 | 100001 | 100011 |
Color Harmonies of #77693C
Complementary color
Monochromatic Colors of #77693C
Black with #77693C
Text Example
Text Example
White with #77693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77693C; }
p { color: rgb(119,105,60); }
H1.HeaderClassName
{
color: #77693C;
}
.AnyTagClassName
{
color: #77693C;
}
</style>
background-color css
<style>
a { background-color: #77693C; }
a { background-color: rgb(119,105,60); }
div.DivClassName
{
background-color: #77693C;
}
.BgClassName
{
background-color: #77693C;
}
</style>
border-color css
<style>
span { border-color: #77693C; }
span { border-color: rgb(119,105,60); }
td.TdClassName
{
border-color: #77693C;
}
.TagClassName
{
border-color: #77693C;
}
</style>