#776C3C

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

Shades of Yellow Metal #776C3C

Tints of Yellow Metal #776C3C

Color information

#776C3C (or 0x776C3C) is unknown color: approx Yellow Metal. HEX triplet: 77, 6C and 3C. RGB value is (119,108,60). Sum of RGB (Red+Green+Blue) = 119+108+60=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C3C is #8893C3. Grayscale: #6A6A6A. Windows color (decimal): -8950724 or 3959927. OLE color: 3959927.

HSL color Cylindrical-coordinate representation of color #776C3C: hue angle of 48.81º 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 #776C3C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11910860-
CMYK00.090.500.53
HSL48.81º32.96%35.1%-
HSV(B)48.81º49.58%46.67%-
XYZ13.7914.976.44-
YUV105.82102.14137.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=41.46%
G=37.63%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191086000.090.500.5348.8132.9635.1
Hex776C3C093235312123
Octal167154740116265614143
Binary1110111110110011110001001110010110101110001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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