Html Css Color HEX #776340 Yellow Metal

📋 copy color: '#776340'

red 119 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #776340

Tints of Yellow Metal #776340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 42.2%
G = 35.11%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#776340 (or 0x776340) is known color: Yellow Metal. HEX triplet: 77, 63 and 40. RGB value is (119,99,64). Sum of RGB (Red+Green+Blue) = 119+99+64=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776340 is #889CBF. Grayscale: #656565. Windows color (decimal): -8953024 or 4219767. OLE color: 4219767.

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

Color convert

RGB 119 99 64 -
CMYK 0 0.17 0.46 0.53
HSL 38.18º 0.3% 0.36% -
HSV(B) 38.18º 0.46% 0.47% -
XYZ 13 13.22 6.72 -
YUV 100.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 119 99 64 0 0.17 0.46 0.53 38.18 0.3 0.36
Hex 77 63 40 0 11 2E 35 26 1E 24
Octal 167 143 100 0 21 56 65 46 36 44
Binary 1110111 1100011 1000000 0 10001 101110 110101 100110 11110 100100

Color Harmonies of #776340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776340

Black with #776340

Text Example


Text Example

White with #776340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776340; }

 p { color: rgb(119,99,64); }

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

background-color css

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

 a { background-color: rgb(119,99,64); }

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

border-color css

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

 span { border-color: rgb(119,99,64); }

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