Shades of Yellow Metal #78693D
Tints of Yellow Metal #78693D
RGB
CMYK
RGB Variations
Color information
#78693D (or 0x78693D) is known color: Yellow Metal. HEX triplet: 78, 69 and 3D. RGB value is (120,105,61). Sum of RGB (Red+Green+Blue) = 120+105+61=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #78693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78693D is #8796C2. Grayscale: #686868. Windows color (decimal): -8885955 or 4024696. OLE color: 4024696.
HSL color Cylindrical-coordinate representation of color #78693D: hue angle of 44.75º 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 #78693D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 61 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.53 |
| HSL | 44.75º | 0.33% | 0.35% | - |
| HSV(B) | 44.75º | 0.49% | 0.47% | - |
| XYZ | 13.64 | 14.43 | 6.48 | - |
| YUV | 104.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 61 | 0 | 0.13 | 0.49 | 0.53 | 44.75 | 0.33 | 0.35 |
| Hex | 78 | 69 | 3D | 0 | D | 31 | 35 | 2D | 21 | 23 |
| Octal | 170 | 151 | 75 | 0 | 15 | 61 | 65 | 55 | 41 | 43 |
| Binary | 1111000 | 1101001 | 111101 | 0 | 1101 | 110001 | 110101 | 101101 | 100001 | 100011 |
Color Harmonies of #78693D
Complementary color
Monochromatic Colors of #78693D
Black with #78693D
Text Example
Text Example
White with #78693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78693D; }
p { color: rgb(120,105,61); }
H1.HeaderClassName
{
color: #78693D;
}
.AnyTagClassName
{
color: #78693D;
}
</style>
background-color css
<style>
a { background-color: #78693D; }
a { background-color: rgb(120,105,61); }
div.DivClassName
{
background-color: #78693D;
}
.BgClassName
{
background-color: #78693D;
}
</style>
border-color css
<style>
span { border-color: #78693D; }
span { border-color: rgb(120,105,61); }
td.TdClassName
{
border-color: #78693D;
}
.TagClassName
{
border-color: #78693D;
}
</style>