Shades of Yellow Metal #77653A
Tints of Yellow Metal #77653A
RGB
CMYK
RGB Variations
Color information
#77653A (or 0x77653A) is known color: Yellow Metal. HEX triplet: 77, 65 and 3A. RGB value is (119,101,58). Sum of RGB (Red+Green+Blue) = 119+101+58=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77653A is #889AC5. Grayscale: #656565. Windows color (decimal): -8952518 or 3827063. OLE color: 3827063.
HSL color Cylindrical-coordinate representation of color #77653A: hue angle of 42.3º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77653A is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 101 | 58 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.53 |
| HSL | 42.3º | 0.34% | 0.35% | - |
| HSV(B) | 42.3º | 0.51% | 0.47% | - |
| XYZ | 13.03 | 13.53 | 5.93 | - |
| YUV | 101.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 58 | 0 | 0.15 | 0.51 | 0.53 | 42.3 | 0.34 | 0.35 |
| Hex | 77 | 65 | 3A | 0 | F | 33 | 35 | 2A | 22 | 23 |
| Octal | 167 | 145 | 72 | 0 | 17 | 63 | 65 | 52 | 42 | 43 |
| Binary | 1110111 | 1100101 | 111010 | 0 | 1111 | 110011 | 110101 | 101010 | 100010 | 100011 |
Color Harmonies of #77653A
Complementary color
Monochromatic Colors of #77653A
Black with #77653A
Text Example
Text Example
White with #77653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77653A; }
p { color: rgb(119,101,58); }
H1.HeaderClassName
{
color: #77653A;
}
.AnyTagClassName
{
color: #77653A;
}
</style>
background-color css
<style>
a { background-color: #77653A; }
a { background-color: rgb(119,101,58); }
div.DivClassName
{
background-color: #77653A;
}
.BgClassName
{
background-color: #77653A;
}
</style>
border-color css
<style>
span { border-color: #77653A; }
span { border-color: rgb(119,101,58); }
td.TdClassName
{
border-color: #77653A;
}
.TagClassName
{
border-color: #77653A;
}
</style>