Shades of Yellow Metal #78693A
Tints of Yellow Metal #78693A
RGB
CMYK
RGB Variations
Color information
#78693A (or 0x78693A) is known color: Yellow Metal. HEX triplet: 78, 69 and 3A. RGB value is (120,105,58). Sum of RGB (Red+Green+Blue) = 120+105+58=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78693A is #8796C5. Grayscale: #686868. Windows color (decimal): -8885958 or 3828088. OLE color: 3828088.
HSL color Cylindrical-coordinate representation of color #78693A: hue angle of 45.48º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78693A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 58 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.53 |
| HSL | 45.48º | 0.35% | 0.35% | - |
| HSV(B) | 45.48º | 0.52% | 0.47% | - |
| XYZ | 13.56 | 14.4 | 6.07 | - |
| YUV | 104.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 58 | 0 | 0.13 | 0.52 | 0.53 | 45.48 | 0.35 | 0.35 |
| Hex | 78 | 69 | 3A | 0 | D | 34 | 35 | 2D | 23 | 23 |
| Octal | 170 | 151 | 72 | 0 | 15 | 64 | 65 | 55 | 43 | 43 |
| Binary | 1111000 | 1101001 | 111010 | 0 | 1101 | 110100 | 110101 | 101101 | 100011 | 100011 |
Color Harmonies of #78693A
Complementary color
Monochromatic Colors of #78693A
Black with #78693A
Text Example
Text Example
White with #78693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78693A; }
p { color: rgb(120,105,58); }
H1.HeaderClassName
{
color: #78693A;
}
.AnyTagClassName
{
color: #78693A;
}
</style>
background-color css
<style>
a { background-color: #78693A; }
a { background-color: rgb(120,105,58); }
div.DivClassName
{
background-color: #78693A;
}
.BgClassName
{
background-color: #78693A;
}
</style>
border-color css
<style>
span { border-color: #78693A; }
span { border-color: rgb(120,105,58); }
td.TdClassName
{
border-color: #78693A;
}
.TagClassName
{
border-color: #78693A;
}
</style>