Shades of Yellow Metal #78613C
Tints of Yellow Metal #78613C
RGB
CMYK
RGB Variations
Color information
#78613C (or 0x78613C) is known color: Yellow Metal. HEX triplet: 78, 61 and 3C. RGB value is (120,97,60). Sum of RGB (Red+Green+Blue) = 120+97+60=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613C is #879EC3. Grayscale: #636363. Windows color (decimal): -8888004 or 3957112. OLE color: 3957112.
HSL color Cylindrical-coordinate representation of color #78613C: hue angle of 37º 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 #78613C is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 60 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.53 |
| HSL | 37º | 0.33% | 0.35% | - |
| HSV(B) | 37º | 0.5% | 0.47% | - |
| XYZ | 12.84 | 12.87 | 6.08 | - |
| YUV | 99.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 60 | 0 | 0.19 | 0.5 | 0.53 | 37 | 0.33 | 0.35 |
| Hex | 78 | 61 | 3C | 0 | 13 | 32 | 35 | 25 | 21 | 23 |
| Octal | 170 | 141 | 74 | 0 | 23 | 62 | 65 | 45 | 41 | 43 |
| Binary | 1111000 | 1100001 | 111100 | 0 | 10011 | 110010 | 110101 | 100101 | 100001 | 100011 |
Color Harmonies of #78613C
Complementary color
Monochromatic Colors of #78613C
Black with #78613C
Text Example
Text Example
White with #78613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78613C; }
p { color: rgb(120,97,60); }
H1.HeaderClassName
{
color: #78613C;
}
.AnyTagClassName
{
color: #78613C;
}
</style>
background-color css
<style>
a { background-color: #78613C; }
a { background-color: rgb(120,97,60); }
div.DivClassName
{
background-color: #78613C;
}
.BgClassName
{
background-color: #78613C;
}
</style>
border-color css
<style>
span { border-color: #78613C; }
span { border-color: rgb(120,97,60); }
td.TdClassName
{
border-color: #78613C;
}
.TagClassName
{
border-color: #78613C;
}
</style>