#776037

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

Shades of Yellow Metal #776037

Tints of Yellow Metal #776037

Color information

#776037 (or 0x776037) is unknown color: approx Yellow Metal. HEX triplet: 77, 60 and 37. RGB value is (119,96,55). Sum of RGB (Red+Green+Blue) = 119+96+55=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #776037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776037 is #889FC8. Grayscale: #626262. Windows color (decimal): -8953801 or 3629175. OLE color: 3629175.

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

Color convert

RGB1199655-
CMYK00.190.540.53
HSL38.44º36.78%34.12%-
HSV(B)38.44º53.78%46.67%-
XYZ12.4812.565.38-
YUV98.2103.62142.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 55 (21.88% from 255) = 20.37%
R=44.07%
G=35.56%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119965500.190.540.5338.4436.7834.12
Hex7760370133635262522
Octal167140670236665464542
Binary11101111100000110111010011110110110101100110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776037; }

 p { color: rgb(119,96,55); }

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

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

 a { background-color: rgb(119,96,55); }

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

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

 span { border-color: rgb(119,96,55); }

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