Shades of Yellow Metal #78623B
Tints of Yellow Metal #78623B
RGB
CMYK
RGB Variations
Color information
#78623B (or 0x78623B) is known color: Yellow Metal. HEX triplet: 78, 62 and 3B. RGB value is (120,98,59). Sum of RGB (Red+Green+Blue) = 120+98+59=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78623B is #879DC4. Grayscale: #646464. Windows color (decimal): -8887749 or 3891832. OLE color: 3891832.
HSL color Cylindrical-coordinate representation of color #78623B: hue angle of 38.36º 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 #78623B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 59 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.53 |
| HSL | 38.36º | 0.34% | 0.35% | - |
| HSV(B) | 38.36º | 0.51% | 0.47% | - |
| XYZ | 12.9 | 13.04 | 5.98 | - |
| YUV | 100.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 59 | 0 | 0.18 | 0.51 | 0.53 | 38.36 | 0.34 | 0.35 |
| Hex | 78 | 62 | 3B | 0 | 12 | 33 | 35 | 26 | 22 | 23 |
| Octal | 170 | 142 | 73 | 0 | 22 | 63 | 65 | 46 | 42 | 43 |
| Binary | 1111000 | 1100010 | 111011 | 0 | 10010 | 110011 | 110101 | 100110 | 100010 | 100011 |
Color Harmonies of #78623B
Complementary color
Monochromatic Colors of #78623B
Black with #78623B
Text Example
Text Example
White with #78623B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78623B; }
p { color: rgb(120,98,59); }
H1.HeaderClassName
{
color: #78623B;
}
.AnyTagClassName
{
color: #78623B;
}
</style>
background-color css
<style>
a { background-color: #78623B; }
a { background-color: rgb(120,98,59); }
div.DivClassName
{
background-color: #78623B;
}
.BgClassName
{
background-color: #78623B;
}
</style>
border-color css
<style>
span { border-color: #78623B; }
span { border-color: rgb(120,98,59); }
td.TdClassName
{
border-color: #78623B;
}
.TagClassName
{
border-color: #78623B;
}
</style>