Shades of Yellow Metal #77613C
Tints of Yellow Metal #77613C
RGB
CMYK
RGB Variations
Color information
#77613C (or 0x77613C) is known color: Yellow Metal. HEX triplet: 77, 61 and 3C. RGB value is (119,97,60). Sum of RGB (Red+Green+Blue) = 119+97+60=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77613C is #889EC3. Grayscale: #636363. Windows color (decimal): -8953540 or 3957111. OLE color: 3957111.
HSL color Cylindrical-coordinate representation of color #77613C: hue angle of 37.63º 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 #77613C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 60 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.53 |
| HSL | 37.63º | 0.33% | 0.35% | - |
| HSV(B) | 37.63º | 0.5% | 0.47% | - |
| XYZ | 12.7 | 12.8 | 6.08 | - |
| YUV | 99.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 60 | 0 | 0.18 | 0.50 | 0.53 | 37.63 | 0.33 | 0.35 |
| Hex | 77 | 61 | 3C | 0 | 12 | 32 | 35 | 26 | 21 | 23 |
| Octal | 167 | 141 | 74 | 0 | 22 | 62 | 65 | 46 | 41 | 43 |
| Binary | 1110111 | 1100001 | 111100 | 0 | 10010 | 110010 | 110101 | 100110 | 100001 | 100011 |
Color Harmonies of #77613C
Complementary color
Monochromatic Colors of #77613C
Black with #77613C
Text Example
Text Example
White with #77613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77613C; }
p { color: rgb(119,97,60); }
H1.HeaderClassName
{
color: #77613C;
}
.AnyTagClassName
{
color: #77613C;
}
</style>
background-color css
<style>
a { background-color: #77613C; }
a { background-color: rgb(119,97,60); }
div.DivClassName
{
background-color: #77613C;
}
.BgClassName
{
background-color: #77613C;
}
</style>
border-color css
<style>
span { border-color: #77613C; }
span { border-color: rgb(119,97,60); }
td.TdClassName
{
border-color: #77613C;
}
.TagClassName
{
border-color: #77613C;
}
</style>