Shades of Yellow Metal #77603A
Tints of Yellow Metal #77603A
RGB
CMYK
RGB Variations
Color information
#77603A (or 0x77603A) is known color: Yellow Metal. HEX triplet: 77, 60 and 3A. RGB value is (119,96,58). Sum of RGB (Red+Green+Blue) = 119+96+58=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77603A is #889FC5. Grayscale: #626262. Windows color (decimal): -8953798 or 3825783. OLE color: 3825783.
HSL color Cylindrical-coordinate representation of color #77603A: hue angle of 37.38º 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 #77603A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 58 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.53 |
| HSL | 37.38º | 0.34% | 0.35% | - |
| HSV(B) | 37.38º | 0.51% | 0.47% | - |
| XYZ | 12.55 | 12.59 | 5.77 | - |
| YUV | 98.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 58 | 0 | 0.19 | 0.51 | 0.53 | 37.38 | 0.34 | 0.35 |
| Hex | 77 | 60 | 3A | 0 | 13 | 33 | 35 | 25 | 22 | 23 |
| Octal | 167 | 140 | 72 | 0 | 23 | 63 | 65 | 45 | 42 | 43 |
| Binary | 1110111 | 1100000 | 111010 | 0 | 10011 | 110011 | 110101 | 100101 | 100010 | 100011 |
Color Harmonies of #77603A
Complementary color
Monochromatic Colors of #77603A
Black with #77603A
Text Example
Text Example
White with #77603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77603A; }
p { color: rgb(119,96,58); }
H1.HeaderClassName
{
color: #77603A;
}
.AnyTagClassName
{
color: #77603A;
}
</style>
background-color css
<style>
a { background-color: #77603A; }
a { background-color: rgb(119,96,58); }
div.DivClassName
{
background-color: #77603A;
}
.BgClassName
{
background-color: #77603A;
}
</style>
border-color css
<style>
span { border-color: #77603A; }
span { border-color: rgb(119,96,58); }
td.TdClassName
{
border-color: #77603A;
}
.TagClassName
{
border-color: #77603A;
}
</style>