Shades of Yellow Metal #78673D
Tints of Yellow Metal #78673D
RGB
CMYK
RGB Variations
Color information
#78673D (or 0x78673D) is known color: Yellow Metal. HEX triplet: 78, 67 and 3D. RGB value is (120,103,61). Sum of RGB (Red+Green+Blue) = 120+103+61=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78673D is #8798C2. Grayscale: #676767. Windows color (decimal): -8886467 or 4024184. OLE color: 4024184.
HSL color Cylindrical-coordinate representation of color #78673D: hue angle of 42.71º 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 #78673D is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 61 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.53 |
| HSL | 42.71º | 0.33% | 0.35% | - |
| HSV(B) | 42.71º | 0.49% | 0.47% | - |
| XYZ | 13.44 | 14.03 | 6.41 | - |
| YUV | 103.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 61 | 0 | 0.14 | 0.49 | 0.53 | 42.71 | 0.33 | 0.35 |
| Hex | 78 | 67 | 3D | 0 | E | 31 | 35 | 2B | 21 | 23 |
| Octal | 170 | 147 | 75 | 0 | 16 | 61 | 65 | 53 | 41 | 43 |
| Binary | 1111000 | 1100111 | 111101 | 0 | 1110 | 110001 | 110101 | 101011 | 100001 | 100011 |
Color Harmonies of #78673D
Complementary color
Monochromatic Colors of #78673D
Black with #78673D
Text Example
Text Example
White with #78673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78673D; }
p { color: rgb(120,103,61); }
H1.HeaderClassName
{
color: #78673D;
}
.AnyTagClassName
{
color: #78673D;
}
</style>
background-color css
<style>
a { background-color: #78673D; }
a { background-color: rgb(120,103,61); }
div.DivClassName
{
background-color: #78673D;
}
.BgClassName
{
background-color: #78673D;
}
</style>
border-color css
<style>
span { border-color: #78673D; }
span { border-color: rgb(120,103,61); }
td.TdClassName
{
border-color: #78673D;
}
.TagClassName
{
border-color: #78673D;
}
</style>