#776943

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

Shades of Yellow Metal #776943

Tints of Yellow Metal #776943

Color information

#776943 (or 0x776943) is unknown color: approx Yellow Metal. HEX triplet: 77, 69 and 43. RGB value is (119,105,67). Sum of RGB (Red+Green+Blue) = 119+105+67=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776943 is #8896BC. Grayscale: #696969. Windows color (decimal): -8951485 or 4417911. OLE color: 4417911.

HSL color Cylindrical-coordinate representation of color #776943: hue angle of 43.85º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776943 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB11910567-
CMYK00.120.440.53
HSL43.85º27.96%36.47%-
HSV(B)43.85º43.7%46.67%-
XYZ13.6714.437.37-
YUV104.85106.64138.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 67 (26.56% from 255) = 23.02%
R=40.89%
G=36.08%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191056700.120.440.5343.8527.9636.47
Hex7769430C2C352c1c24
Octal1671511030145465543444
Binary1110111110100110000110110010110011010110110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776943; }

 p { color: rgb(119,105,67); }

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

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

 a { background-color: rgb(119,105,67); }

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

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

 span { border-color: rgb(119,105,67); }

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