Shades of Yellow Metal #78693C
Tints of Yellow Metal #78693C
RGB
CMYK
RGB Variations
Color information
#78693C (or 0x78693C) is known color: Yellow Metal. HEX triplet: 78, 69 and 3C. RGB value is (120,105,60). Sum of RGB (Red+Green+Blue) = 120+105+60=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78693C is #8796C3. Grayscale: #686868. Windows color (decimal): -8885956 or 3959160. OLE color: 3959160.
HSL color Cylindrical-coordinate representation of color #78693C: hue angle of 45º 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 #78693C is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 60 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.53 |
| HSL | 45º | 0.33% | 0.35% | - |
| HSV(B) | 45º | 0.5% | 0.47% | - |
| XYZ | 13.61 | 14.42 | 6.34 | - |
| YUV | 104.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 60 | 0 | 0.13 | 0.5 | 0.53 | 45 | 0.33 | 0.35 |
| Hex | 78 | 69 | 3C | 0 | D | 32 | 35 | 2D | 21 | 23 |
| Octal | 170 | 151 | 74 | 0 | 15 | 62 | 65 | 55 | 41 | 43 |
| Binary | 1111000 | 1101001 | 111100 | 0 | 1101 | 110010 | 110101 | 101101 | 100001 | 100011 |
Color Harmonies of #78693C
Complementary color
Monochromatic Colors of #78693C
Black with #78693C
Text Example
Text Example
White with #78693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78693C; }
p { color: rgb(120,105,60); }
H1.HeaderClassName
{
color: #78693C;
}
.AnyTagClassName
{
color: #78693C;
}
</style>
background-color css
<style>
a { background-color: #78693C; }
a { background-color: rgb(120,105,60); }
div.DivClassName
{
background-color: #78693C;
}
.BgClassName
{
background-color: #78693C;
}
</style>
border-color css
<style>
span { border-color: #78693C; }
span { border-color: rgb(120,105,60); }
td.TdClassName
{
border-color: #78693C;
}
.TagClassName
{
border-color: #78693C;
}
</style>