#77643B

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

Shades of Yellow Metal #77643B

Tints of Yellow Metal #77643B

Color information

#77643B (or 0x77643B) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 3B. RGB value is (119,100,59). Sum of RGB (Red+Green+Blue) = 119+100+59=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643B is #889BC4. Grayscale: #656565. Windows color (decimal): -8952773 or 3892343. OLE color: 3892343.

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

Color convert

RGB11910059-
CMYK00.160.500.53
HSL41º33.71%34.9%-
HSV(B)41º50.42%46.67%-
XYZ12.9513.356.03-
YUV101.01104.29140.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 59 (23.44% from 255) = 21.22%
R=42.81%
G=35.97%
B=21.22%

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
Decimal1191005900.160.500.534133.7134.9
Hex77643B0103235292223
Octal167144730206265514243
Binary11101111100100111011010000110010110101101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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