#776538

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

Shades of Yellow Metal #776538

Tints of Yellow Metal #776538

Color information

#776538 (or 0x776538) is unknown color: approx Yellow Metal. HEX triplet: 77, 65 and 38. RGB value is (119,101,56). Sum of RGB (Red+Green+Blue) = 119+101+56=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #776538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776538 is #889AC7. Grayscale: #656565. Windows color (decimal): -8952520 or 3695991. OLE color: 3695991.

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

Color convert

RGB11910156-
CMYK00.150.530.53
HSL42.86º36%34.31%-
HSV(B)42.86º52.94%46.67%-
XYZ12.9813.515.67-
YUV101.25102.46140.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.12%
GREEN value IS 101 (39.84% from 255) = 36.59%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=43.12%
G=36.59%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191015600.150.530.5342.863634.31
Hex7765380F35352b2422
Octal167145700176565534442
Binary1110111110010111100001111110101110101101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776538; }

 p { color: rgb(119,101,56); }

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

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

 a { background-color: rgb(119,101,56); }

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

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

 span { border-color: rgb(119,101,56); }

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