Shades of Yellow Metal #78633C
Tints of Yellow Metal #78633C
RGB
CMYK
RGB Variations
Color information
#78633C (or 0x78633C) is known color: Yellow Metal. HEX triplet: 78, 63 and 3C. RGB value is (120,99,60). Sum of RGB (Red+Green+Blue) = 120+99+60=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78633C is #879CC3. Grayscale: #656565. Windows color (decimal): -8887492 or 3957624. OLE color: 3957624.
HSL color Cylindrical-coordinate representation of color #78633C: hue angle of 39º 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 #78633C is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 60 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.53 |
| HSL | 39º | 0.33% | 0.35% | - |
| HSV(B) | 39º | 0.5% | 0.47% | - |
| XYZ | 13.02 | 13.24 | 6.14 | - |
| YUV | 100.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 60 | 0 | 0.17 | 0.5 | 0.53 | 39 | 0.33 | 0.35 |
| Hex | 78 | 63 | 3C | 0 | 11 | 32 | 35 | 27 | 21 | 23 |
| Octal | 170 | 143 | 74 | 0 | 21 | 62 | 65 | 47 | 41 | 43 |
| Binary | 1111000 | 1100011 | 111100 | 0 | 10001 | 110010 | 110101 | 100111 | 100001 | 100011 |
Color Harmonies of #78633C
Complementary color
Monochromatic Colors of #78633C
Black with #78633C
Text Example
Text Example
White with #78633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78633C; }
p { color: rgb(120,99,60); }
H1.HeaderClassName
{
color: #78633C;
}
.AnyTagClassName
{
color: #78633C;
}
</style>
background-color css
<style>
a { background-color: #78633C; }
a { background-color: rgb(120,99,60); }
div.DivClassName
{
background-color: #78633C;
}
.BgClassName
{
background-color: #78633C;
}
</style>
border-color css
<style>
span { border-color: #78633C; }
span { border-color: rgb(120,99,60); }
td.TdClassName
{
border-color: #78633C;
}
.TagClassName
{
border-color: #78633C;
}
</style>