#776142

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

Shades of Yellow Metal #776142

Tints of Yellow Metal #776142

Color information

#776142 (or 0x776142) is unknown color: approx Yellow Metal. HEX triplet: 77, 61 and 42. RGB value is (119,97,66). Sum of RGB (Red+Green+Blue) = 119+97+66=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776142 is #889EBD. Grayscale: #646464. Windows color (decimal): -8953534 or 4350327. OLE color: 4350327.

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

Color convert

RGB1199766-
CMYK00.180.450.53
HSL35.09º28.65%36.27%-
HSV(B)35.09º44.54%46.67%-
XYZ12.8712.866.96-
YUV100.04108.79141.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=42.20%
G=34.40%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119976600.180.450.5335.0928.6536.27
Hex7761420122D35231d24
Octal1671411020225565433544
Binary11101111100001100001001001010110111010110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776142; }

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

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

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

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

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

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

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

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