#77683E

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

Shades of Yellow Metal #77683E

Tints of Yellow Metal #77683E

Color information

#77683E (or 0x77683E) is unknown color: approx Yellow Metal. HEX triplet: 77, 68 and 3E. RGB value is (119,104,62). Sum of RGB (Red+Green+Blue) = 119+104+62=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #77683E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77683E is #8897C1. Grayscale: #676767. Windows color (decimal): -8951746 or 4089975. OLE color: 4089975.

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

Color convert

RGB11910462-
CMYK00.130.480.53
HSL44.21º31.49%35.49%-
HSV(B)44.21º47.9%46.67%-
XYZ13.4314.176.58-
YUV103.7104.47138.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=41.75%
G=36.49%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191046200.130.480.5344.2131.4935.49
Hex77683E0D30352c1f23
Octal167150760156065543743
Binary111011111010001111100110111000011010110110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77683E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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