#77643F

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

Shades of Yellow Metal #77643F

Tints of Yellow Metal #77643F

Color information

#77643F (or 0x77643F) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 3F. RGB value is (119,100,63). Sum of RGB (Red+Green+Blue) = 119+100+63=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643F is #889BC0. Grayscale: #656565. Windows color (decimal): -8952769 or 4154487. OLE color: 4154487.

HSL color Cylindrical-coordinate representation of color #77643F: hue angle of 39.64º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77643F is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB11910063-
CMYK00.160.470.53
HSL39.64º30.77%35.69%-
HSV(B)39.64º47.06%46.67%-
XYZ13.0613.46.6-
YUV101.46106.29140.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 63 (25% from 255) = 22.34%
R=42.20%
G=35.46%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006300.160.470.5339.6430.7735.69
Hex77643F0102F35281f24
Octal167144770205765503744
Binary1110111110010011111101000010111111010110100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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