#776B3C

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

Shades of Yellow Metal #776B3C

Tints of Yellow Metal #776B3C

Color information

#776B3C (or 0x776B3C) is unknown color: approx Yellow Metal. HEX triplet: 77, 6B and 3C. RGB value is (119,107,60). Sum of RGB (Red+Green+Blue) = 119+107+60=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #776B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B3C is #8894C3. Grayscale: #696969. Windows color (decimal): -8950980 or 3959671. OLE color: 3959671.

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

Color convert

RGB11910760-
CMYK00.100.500.53
HSL47.8º32.96%35.1%-
HSV(B)47.8º49.58%46.67%-
XYZ13.6814.766.4-
YUV105.23102.48137.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=41.61%
G=37.41%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191076000.100.500.5347.832.9635.1
Hex776B3C0A3235302123
Octal167153740126265604143
Binary1110111110101111110001010110010110101110000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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