#776B3E

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

Shades of Yellow Metal #776B3E

Tints of Yellow Metal #776B3E

Color information

#776B3E (or 0x776B3E) is unknown color: approx Yellow Metal. HEX triplet: 77, 6B and 3E. RGB value is (119,107,62). Sum of RGB (Red+Green+Blue) = 119+107+62=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B3E is #8894C1. Grayscale: #696969. Windows color (decimal): -8950978 or 4090743. OLE color: 4090743.

HSL color Cylindrical-coordinate representation of color #776B3E: hue angle of 47.37º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776B3E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11910762-
CMYK00.100.480.53
HSL47.37º31.49%35.49%-
HSV(B)47.37º47.9%46.67%-
XYZ13.7314.796.69-
YUV105.46103.48137.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=41.32%
G=37.15%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191076200.100.480.5347.3731.4935.49
Hex776B3E0A30352f1f23
Octal167153760126065573743
Binary111011111010111111100101011000011010110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776B3E; }

 p { color: rgb(119,107,62); }

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

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

 a { background-color: rgb(119,107,62); }

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

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

 span { border-color: rgb(119,107,62); }

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