#776C3D

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

Shades of Yellow Metal #776C3D

Tints of Yellow Metal #776C3D

Color information

#776C3D (or 0x776C3D) is unknown color: approx Yellow Metal. HEX triplet: 77, 6C and 3D. RGB value is (119,108,61). Sum of RGB (Red+Green+Blue) = 119+108+61=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C3D is #8893C2. Grayscale: #6A6A6A. Windows color (decimal): -8950723 or 4025463. OLE color: 4025463.

HSL color Cylindrical-coordinate representation of color #776C3D: hue angle of 48.62º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #776C3D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11910861-
CMYK00.090.490.53
HSL48.62º32.22%35.29%-
HSV(B)48.62º48.74%46.67%-
XYZ13.8114.986.58-
YUV105.93102.64137.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=41.32%
G=37.5%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191086100.090.490.5348.6232.2235.29
Hex776C3D093135312023
Octal167154750116165614043
Binary1110111110110011110101001110001110101110001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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