#776C3B

Color #776C3B Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #776C3B

Tints of Yellow Metal #776C3B

Color information

#776C3B (or 0x776C3B) is unknown color: approx Yellow Metal. HEX triplet: 77, 6C and 3B. RGB value is (119,108,59). Sum of RGB (Red+Green+Blue) = 119+108+59=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #776C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C3B is #8893C4. Grayscale: #696969. Windows color (decimal): -8950725 or 3894391. OLE color: 3894391.

HSL color Cylindrical-coordinate representation of color #776C3B: hue angle of 49º degrees, saturation: 0.34, 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 #776C3B is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11910859-
CMYK00.090.500.53
HSL49º33.71%34.9%-
HSV(B)49º50.42%46.67%-
XYZ13.7614.966.3-
YUV105.7101.64137.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=41.61%
G=37.76%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191085900.090.500.534933.7134.9
Hex776C3B093235312223
Octal167154730116265614243
Binary1110111110110011101101001110010110101110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776C3B; }

 p { color: rgb(119,108,59); }

 H1.HeaderClassName
 {
   color: #776C3B;
 }
 .AnyTagClassName
 {
   color: #776C3B;
 }
</style>
background-color css

<style>
 a { background-color: #776C3B; }

 a { background-color: rgb(119,108,59); }

 div.DivClassName
 {
   background-color: #776C3B;
 }
 .BgClassName
 {
   background-color: #776C3B;
 }
</style>
border-color css

<style>
 span { border-color: #776C3B; }

 span { border-color: rgb(119,108,59); }

 td.TdClassName
 {
   border-color: #776C3B;
 }
 .TagClassName
 {
   border-color: #776C3B;
 }
</style>