#776C3A

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

Shades of Yellow Metal #776C3A

Tints of Yellow Metal #776C3A

Color information

#776C3A (or 0x776C3A) is unknown color: approx Yellow Metal. HEX triplet: 77, 6C and 3A. RGB value is (119,108,58). Sum of RGB (Red+Green+Blue) = 119+108+58=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C3A is #8893C5. Grayscale: #696969. Windows color (decimal): -8950726 or 3828855. OLE color: 3828855.

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

Color convert

RGB11910858-
CMYK00.090.510.53
HSL49.18º34.46%34.71%-
HSV(B)49.18º51.26%46.67%-
XYZ13.7314.956.17-
YUV105.59101.14137.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=41.75%
G=37.89%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191085800.090.510.5349.1834.4634.71
Hex776C3A093335312223
Octal167154720116365614243
Binary1110111110110011101001001110011110101110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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