Shades of Yellow Metal #77673C
Tints of Yellow Metal #77673C
RGB
CMYK
RGB Variations
Color information
#77673C (or 0x77673C) is known color: Yellow Metal. HEX triplet: 77, 67 and 3C. RGB value is (119,103,60). Sum of RGB (Red+Green+Blue) = 119+103+60=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77673C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77673C is #8898C3. Grayscale: #676767. Windows color (decimal): -8952004 or 3958647. OLE color: 3958647.
HSL color Cylindrical-coordinate representation of color #77673C: hue angle of 43.73º 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 #77673C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 60 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.53 |
| HSL | 43.73º | 0.33% | 0.35% | - |
| HSV(B) | 43.73º | 0.5% | 0.47% | - |
| XYZ | 13.27 | 13.95 | 6.27 | - |
| YUV | 102.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 60 | 0 | 0.13 | 0.50 | 0.53 | 43.73 | 0.33 | 0.35 |
| Hex | 77 | 67 | 3C | 0 | D | 32 | 35 | 2C | 21 | 23 |
| Octal | 167 | 147 | 74 | 0 | 15 | 62 | 65 | 54 | 41 | 43 |
| Binary | 1110111 | 1100111 | 111100 | 0 | 1101 | 110010 | 110101 | 101100 | 100001 | 100011 |
Color Harmonies of #77673C
Complementary color
Monochromatic Colors of #77673C
Black with #77673C
Text Example
Text Example
White with #77673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77673C; }
p { color: rgb(119,103,60); }
H1.HeaderClassName
{
color: #77673C;
}
.AnyTagClassName
{
color: #77673C;
}
</style>
background-color css
<style>
a { background-color: #77673C; }
a { background-color: rgb(119,103,60); }
div.DivClassName
{
background-color: #77673C;
}
.BgClassName
{
background-color: #77673C;
}
</style>
border-color css
<style>
span { border-color: #77673C; }
span { border-color: rgb(119,103,60); }
td.TdClassName
{
border-color: #77673C;
}
.TagClassName
{
border-color: #77673C;
}
</style>