#77643D

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

Shades of Yellow Metal #77643D

Tints of Yellow Metal #77643D

Color information

#77643D (or 0x77643D) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 3D. RGB value is (119,100,61). Sum of RGB (Red+Green+Blue) = 119+100+61=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #77643D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77643D is #889BC2. Grayscale: #656565. Windows color (decimal): -8952771 or 4023415. OLE color: 4023415.

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

Color convert

RGB11910061-
CMYK00.160.490.53
HSL40.34º32.22%35.29%-
HSV(B)40.34º48.74%46.67%-
XYZ13.0113.376.31-
YUV101.23105.29140.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 61 (24.22% from 255) = 21.79%
R=42.5%
G=35.71%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191006100.160.490.5340.3432.2235.29
Hex77643D0103135282023
Octal167144750206165504043
Binary11101111100100111101010000110001110101101000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77643D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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