Shades of Yellow Metal #78613D
Tints of Yellow Metal #78613D
RGB
CMYK
RGB Variations
Color information
#78613D (or 0x78613D) is known color: Yellow Metal. HEX triplet: 78, 61 and 3D. RGB value is (120,97,61). Sum of RGB (Red+Green+Blue) = 120+97+61=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #78613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613D is #879EC2. Grayscale: #636363. Windows color (decimal): -8888003 or 4022648. OLE color: 4022648.
HSL color Cylindrical-coordinate representation of color #78613D: hue angle of 36.61º degrees, saturation: 0.33, 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 #78613D is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 61 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.53 |
| HSL | 36.61º | 0.33% | 0.35% | - |
| HSV(B) | 36.61º | 0.49% | 0.47% | - |
| XYZ | 12.86 | 12.88 | 6.22 | - |
| YUV | 99.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 61 | 0 | 0.19 | 0.49 | 0.53 | 36.61 | 0.33 | 0.35 |
| Hex | 78 | 61 | 3D | 0 | 13 | 31 | 35 | 25 | 21 | 23 |
| Octal | 170 | 141 | 75 | 0 | 23 | 61 | 65 | 45 | 41 | 43 |
| Binary | 1111000 | 1100001 | 111101 | 0 | 10011 | 110001 | 110101 | 100101 | 100001 | 100011 |
Color Harmonies of #78613D
Complementary color
Monochromatic Colors of #78613D
Black with #78613D
Text Example
Text Example
White with #78613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78613D; }
p { color: rgb(120,97,61); }
H1.HeaderClassName
{
color: #78613D;
}
.AnyTagClassName
{
color: #78613D;
}
</style>
background-color css
<style>
a { background-color: #78613D; }
a { background-color: rgb(120,97,61); }
div.DivClassName
{
background-color: #78613D;
}
.BgClassName
{
background-color: #78613D;
}
</style>
border-color css
<style>
span { border-color: #78613D; }
span { border-color: rgb(120,97,61); }
td.TdClassName
{
border-color: #78613D;
}
.TagClassName
{
border-color: #78613D;
}
</style>