Shades of Yellow Metal #77643C
Tints of Yellow Metal #77643C
RGB
CMYK
RGB Variations
Color information
#77643C (or 0x77643C) is known color: Yellow Metal. HEX triplet: 77, 64 and 3C. RGB value is (119,100,60). Sum of RGB (Red+Green+Blue) = 119+100+60=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643C is #889BC3. Grayscale: #656565. Windows color (decimal): -8952772 or 3957879. OLE color: 3957879.
HSL color Cylindrical-coordinate representation of color #77643C: hue angle of 40.68º 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 #77643C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 60 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.53 |
| HSL | 40.68º | 0.33% | 0.35% | - |
| HSV(B) | 40.68º | 0.5% | 0.47% | - |
| XYZ | 12.98 | 13.36 | 6.17 | - |
| YUV | 101.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 60 | 0 | 0.16 | 0.50 | 0.53 | 40.68 | 0.33 | 0.35 |
| Hex | 77 | 64 | 3C | 0 | 10 | 32 | 35 | 29 | 21 | 23 |
| Octal | 167 | 144 | 74 | 0 | 20 | 62 | 65 | 51 | 41 | 43 |
| Binary | 1110111 | 1100100 | 111100 | 0 | 10000 | 110010 | 110101 | 101001 | 100001 | 100011 |
Color Harmonies of #77643C
Complementary color
Monochromatic Colors of #77643C
Black with #77643C
Text Example
Text Example
White with #77643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77643C; }
p { color: rgb(119,100,60); }
H1.HeaderClassName
{
color: #77643C;
}
.AnyTagClassName
{
color: #77643C;
}
</style>
background-color css
<style>
a { background-color: #77643C; }
a { background-color: rgb(119,100,60); }
div.DivClassName
{
background-color: #77643C;
}
.BgClassName
{
background-color: #77643C;
}
</style>
border-color css
<style>
span { border-color: #77643C; }
span { border-color: rgb(119,100,60); }
td.TdClassName
{
border-color: #77643C;
}
.TagClassName
{
border-color: #77643C;
}
</style>