Shades of Yellow Metal #78653C
Tints of Yellow Metal #78653C
RGB
CMYK
RGB Variations
Color information
#78653C (or 0x78653C) is known color: Yellow Metal. HEX triplet: 78, 65 and 3C. RGB value is (120,101,60). Sum of RGB (Red+Green+Blue) = 120+101+60=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78653C is #879AC3. Grayscale: #666666. Windows color (decimal): -8886980 or 3958136. OLE color: 3958136.
HSL color Cylindrical-coordinate representation of color #78653C: hue angle of 41º 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 #78653C is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 60 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.53 |
| HSL | 41º | 0.33% | 0.35% | - |
| HSV(B) | 41º | 0.5% | 0.47% | - |
| XYZ | 13.22 | 13.63 | 6.21 | - |
| YUV | 102.01 | 104.29 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 60 | 0 | 0.16 | 0.5 | 0.53 | 41 | 0.33 | 0.35 |
| Hex | 78 | 65 | 3C | 0 | 10 | 32 | 35 | 29 | 21 | 23 |
| Octal | 170 | 145 | 74 | 0 | 20 | 62 | 65 | 51 | 41 | 43 |
| Binary | 1111000 | 1100101 | 111100 | 0 | 10000 | 110010 | 110101 | 101001 | 100001 | 100011 |
Color Harmonies of #78653C
Complementary color
Monochromatic Colors of #78653C
Black with #78653C
Text Example
Text Example
White with #78653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78653C; }
p { color: rgb(120,101,60); }
H1.HeaderClassName
{
color: #78653C;
}
.AnyTagClassName
{
color: #78653C;
}
</style>
background-color css
<style>
a { background-color: #78653C; }
a { background-color: rgb(120,101,60); }
div.DivClassName
{
background-color: #78653C;
}
.BgClassName
{
background-color: #78653C;
}
</style>
border-color css
<style>
span { border-color: #78653C; }
span { border-color: rgb(120,101,60); }
td.TdClassName
{
border-color: #78653C;
}
.TagClassName
{
border-color: #78653C;
}
</style>