Shades of Yellow Metal #78673B
Tints of Yellow Metal #78673B
RGB
CMYK
RGB Variations
Color information
#78673B (or 0x78673B) is known color: Yellow Metal. HEX triplet: 78, 67 and 3B. RGB value is (120,103,59). Sum of RGB (Red+Green+Blue) = 120+103+59=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78673B is #8798C4. Grayscale: #676767. Windows color (decimal): -8886469 or 3893112. OLE color: 3893112.
HSL color Cylindrical-coordinate representation of color #78673B: hue angle of 43.28º 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 #78673B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 59 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.53 |
| HSL | 43.28º | 0.34% | 0.35% | - |
| HSV(B) | 43.28º | 0.51% | 0.47% | - |
| XYZ | 13.39 | 14.01 | 6.14 | - |
| YUV | 103.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 59 | 0 | 0.14 | 0.51 | 0.53 | 43.28 | 0.34 | 0.35 |
| Hex | 78 | 67 | 3B | 0 | E | 33 | 35 | 2B | 22 | 23 |
| Octal | 170 | 147 | 73 | 0 | 16 | 63 | 65 | 53 | 42 | 43 |
| Binary | 1111000 | 1100111 | 111011 | 0 | 1110 | 110011 | 110101 | 101011 | 100010 | 100011 |
Color Harmonies of #78673B
Complementary color
Monochromatic Colors of #78673B
Black with #78673B
Text Example
Text Example
White with #78673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78673B; }
p { color: rgb(120,103,59); }
H1.HeaderClassName
{
color: #78673B;
}
.AnyTagClassName
{
color: #78673B;
}
</style>
background-color css
<style>
a { background-color: #78673B; }
a { background-color: rgb(120,103,59); }
div.DivClassName
{
background-color: #78673B;
}
.BgClassName
{
background-color: #78673B;
}
</style>
border-color css
<style>
span { border-color: #78673B; }
span { border-color: rgb(120,103,59); }
td.TdClassName
{
border-color: #78673B;
}
.TagClassName
{
border-color: #78673B;
}
</style>