#776D3D

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

Shades of Yellow Metal #776D3D

Tints of Yellow Metal #776D3D

Color information

#776D3D (or 0x776D3D) is unknown color: approx Yellow Metal. HEX triplet: 77, 6D and 3D. RGB value is (119,109,61). Sum of RGB (Red+Green+Blue) = 119+109+61=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D3D is #8892C2. Grayscale: #6A6A6A. Windows color (decimal): -8950467 or 4025719. OLE color: 4025719.

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

Color convert

RGB11910961-
CMYK00.080.490.53
HSL49.66º32.22%35.29%-
HSV(B)49.66º48.74%46.67%-
XYZ13.9215.26.61-
YUV106.52102.31136.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=41.18%
G=37.72%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191096100.080.490.5349.6632.2235.29
Hex776D3D083135322023
Octal167155750106165624043
Binary1110111110110111110101000110001110101110010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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