Html Css Color HEX #776941 Yellow Metal

📋 copy color: '#776941'

red 119 ◦ green 105 ◦ blue 65

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

Shades of Yellow Metal #776941

Tints of Yellow Metal #776941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 41.18%
G = 36.33%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776941 (or 0x776941) is known color: Yellow Metal. HEX triplet: 77, 69 and 41. RGB value is (119,105,65). Sum of RGB (Red+Green+Blue) = 119+105+65=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776941 is #8896BE. Grayscale: #686868. Windows color (decimal): -8951487 or 4286839. OLE color: 4286839.

HSL color Cylindrical-coordinate representation of color #776941: hue angle of 44.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776941 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 65 -
CMYK 0 0.12 0.45 0.53
HSL 44.44º 0.29% 0.36% -
HSV(B) 44.44º 0.45% 0.47% -
XYZ 13.61 14.41 7.06 -
YUV 104.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 119 105 65 0 0.12 0.45 0.53 44.44 0.29 0.36
Hex 77 69 41 0 C 2D 35 2C 1D 24
Octal 167 151 101 0 14 55 65 54 35 44
Binary 1110111 1101001 1000001 0 1100 101101 110101 101100 11101 100100

Color Harmonies of #776941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776941

Black with #776941

Text Example


Text Example

White with #776941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776941; }

 p { color: rgb(119,105,65); }

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

background-color css

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

 a { background-color: rgb(119,105,65); }

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

border-color css

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

 span { border-color: rgb(119,105,65); }

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