#77683D

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

Shades of Yellow Metal #77683D

Tints of Yellow Metal #77683D

Color information

#77683D (or 0x77683D) is unknown color: approx Yellow Metal. HEX triplet: 77, 68 and 3D. RGB value is (119,104,61). Sum of RGB (Red+Green+Blue) = 119+104+61=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77683D is #8897C2. Grayscale: #676767. Windows color (decimal): -8951747 or 4024439. OLE color: 4024439.

HSL color Cylindrical-coordinate representation of color #77683D: hue angle of 44.48º 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 #77683D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11910461-
CMYK00.130.490.53
HSL44.48º32.22%35.29%-
HSV(B)44.48º48.74%46.67%-
XYZ13.414.166.44-
YUV103.58103.97139-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.90%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=41.90%
G=36.62%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191046100.130.490.5344.4832.2235.29
Hex77683D0D31352c2023
Octal167150750156165544043
Binary1110111110100011110101101110001110101101100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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