#77643E

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

Shades of Yellow Metal #77643E

Tints of Yellow Metal #77643E

Color information

#77643E (or 0x77643E) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 3E. RGB value is (119,100,62). Sum of RGB (Red+Green+Blue) = 119+100+62=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77643E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643E is #889BC1. Grayscale: #656565. Windows color (decimal): -8952770 or 4088951. OLE color: 4088951.

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

Color convert

RGB11910062-
CMYK00.160.480.53
HSL40º31.49%35.49%-
HSV(B)40º47.9%46.67%-
XYZ13.0313.386.45-
YUV101.35105.79140.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 62 (24.61% from 255) = 22.06%
R=42.35%
G=35.59%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006200.160.480.534031.4935.49
Hex77643E0103035281f23
Octal167144760206065503743
Binary1110111110010011111001000011000011010110100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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