#776042

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

Shades of Yellow Metal #776042

Tints of Yellow Metal #776042

Color information

#776042 (or 0x776042) is unknown color: approx Yellow Metal. HEX triplet: 77, 60 and 42. RGB value is (119,96,66). Sum of RGB (Red+Green+Blue) = 119+96+66=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776042 is #889FBD. Grayscale: #636363. Windows color (decimal): -8953790 or 4350071. OLE color: 4350071.

HSL color Cylindrical-coordinate representation of color #776042: hue angle of 33.96º 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 #776042 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1199666-
CMYK00.190.450.53
HSL33.96º28.65%36.27%-
HSV(B)33.96º44.54%46.67%-
XYZ12.7712.686.93-
YUV99.46109.12141.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=42.35%
G=34.16%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119966600.190.450.5333.9628.6536.27
Hex7760420132D35221d24
Octal1671401020235565423544
Binary11101111100000100001001001110110111010110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776042; }

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

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

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

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

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

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

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

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