#77643A

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

Shades of Yellow Metal #77643A

Tints of Yellow Metal #77643A

Color information

#77643A (or 0x77643A) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 3A. RGB value is (119,100,58). Sum of RGB (Red+Green+Blue) = 119+100+58=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643A is #889BC5. Grayscale: #656565. Windows color (decimal): -8952774 or 3826807. OLE color: 3826807.

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

Color convert

RGB11910058-
CMYK00.160.510.53
HSL41.31º34.46%34.71%-
HSV(B)41.31º51.26%46.67%-
XYZ12.9313.345.9-
YUV100.89103.79140.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.96%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=42.96%
G=36.10%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191005800.160.510.5341.3134.4634.71
Hex77643A0103335292223
Octal167144720206365514243
Binary11101111100100111010010000110011110101101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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