#77643c

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

Shades of Yellow Metal #77643C

Tints of Yellow Metal #77643C

Color information

#77643C (or 0x77643C) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 3C. RGB value is (119,100,60). Sum of RGB (Red+Green+Blue) = 119+100+60=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643C is #889BC3. Grayscale: #656565. Windows color (decimal): -8952772 or 3957879. OLE color: 3957879.

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

Color convert

RGB11910060-
CMYK00.160.500.53
HSL40.68º32.96%35.1%-
HSV(B)40.68º49.58%46.67%-
XYZ12.9813.366.17-
YUV101.12104.79140.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.65%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=42.65%
G=35.84%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006000.160.500.5340.6832.9635.1
Hex77643C0103235292123
Octal167144740206265514143
Binary11101111100100111100010000110010110101101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77643c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77643c; }

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

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

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

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

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

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

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

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