Html Css Color HEX #776A3E Yellow Metal

📋 copy color: '#776A3E'

red 119 ◦ green 106 ◦ blue 62

#776A3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #776A3E

Tints of Yellow Metal #776A3E

RGB

 RED value IS 119 (46.88% from 255) = 41.46%

 GREEN value IS 106 (41.8% from 255) = 36.93%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 41.46%
G = 36.93%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#776A3E (or 0x776A3E) is known color: Yellow Metal. HEX triplet: 77, 6A and 3E. RGB value is (119,106,62). Sum of RGB (Red+Green+Blue) = 119+106+62=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A3E is #8895C1. Grayscale: #696969. Windows color (decimal): -8951234 or 4090487. OLE color: 4090487.

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

Color convert

RGB 119 106 62 -
CMYK 0 0.11 0.48 0.53
HSL 46.32º 0.31% 0.35% -
HSV(B) 46.32º 0.48% 0.47% -
XYZ 13.63 14.58 6.65 -
YUV 104.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 119 106 62 0 0.11 0.48 0.53 46.32 0.31 0.35
Hex 77 6A 3E 0 B 30 35 2E 1F 23
Octal 167 152 76 0 13 60 65 56 37 43
Binary 1110111 1101010 111110 0 1011 110000 110101 101110 11111 100011

Color Harmonies of #776A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A3E

Black with #776A3E

Text Example


Text Example

White with #776A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776A3E; }

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

 H1.HeaderClassName
 {
   color: #776A3E;
 }
 .AnyTagClassName
 {
   color: #776A3E;
 }
</style>

background-color css

<style>
 a { background-color: #776A3E; }

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

 div.DivClassName
 {
   background-color: #776A3E;
 }
 .BgClassName
 {
   background-color: #776A3E;
 }
</style>

border-color css

<style>
 span { border-color: #776A3E; }

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

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