#776135

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

Shades of Yellow Metal #776135

Tints of Yellow Metal #776135

Color information

#776135 (or 0x776135) is unknown color: approx Yellow Metal. HEX triplet: 77, 61 and 35. RGB value is (119,97,53). Sum of RGB (Red+Green+Blue) = 119+97+53=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #776135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776135 is #889ECA. Grayscale: #626262. Windows color (decimal): -8953547 or 3498359. OLE color: 3498359.

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

Color convert

RGB1199753-
CMYK00.180.550.53
HSL40º38.37%33.73%-
HSV(B)40º55.46%46.67%-
XYZ12.5312.735.16-
YUV98.56102.29142.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.24%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=44.24%
G=36.06%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119975300.180.550.534038.3733.73
Hex7761350123735282622
Octal167141650226765504642
Binary11101111100001110101010010110111110101101000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776135; }

 p { color: rgb(119,97,53); }

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

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

 a { background-color: rgb(119,97,53); }

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

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

 span { border-color: rgb(119,97,53); }

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