#776240

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

Shades of Yellow Metal #776240

Tints of Yellow Metal #776240

Color information

#776240 (or 0x776240) is unknown color: approx Yellow Metal. HEX triplet: 77, 62 and 40. RGB value is (119,98,64). Sum of RGB (Red+Green+Blue) = 119+98+64=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776240 is #889DBF. Grayscale: #646464. Windows color (decimal): -8953280 or 4219511. OLE color: 4219511.

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

Color convert

RGB1199864-
CMYK00.180.460.53
HSL37.09º30.05%35.88%-
HSV(B)37.09º46.22%46.67%-
XYZ12.913.036.69-
YUV100.4107.46141.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 64 (25.39% from 255) = 22.78%
R=42.35%
G=34.88%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119986400.180.460.5337.0930.0535.88
Hex7762400122E35251e24
Octal1671421000225665453644
Binary11101111100010100000001001010111011010110010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776240; }

 p { color: rgb(119,98,64); }

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

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

 a { background-color: rgb(119,98,64); }

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

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

 span { border-color: rgb(119,98,64); }

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