Html Css Color HEX #777E40 Wasabi

📋 copy color: '#777E40'

red 119 ◦ green 126 ◦ blue 64

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

Shades of Wasabi #777E40

Tints of Wasabi #777E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.78%

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

R = 38.51%
G = 40.78%
B = 20.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#777E40 (or 0x777E40) is known color: Wasabi. HEX triplet: 77, 7E and 40. RGB value is (119,126,64). Sum of RGB (Red+Green+Blue) = 119+126+64=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 126 - color contains mainly: green. Hex color #777E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777E40 is #8881BF. Grayscale: #757575. Windows color (decimal): -8946112 or 4226679. OLE color: 4226679.

HSL color Cylindrical-coordinate representation of color #777E40: hue angle of 66.77º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #777E40 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 126 64 -
CMYK 0.06 0 0.49 0.51
HSL 66.77º 0.33% 0.37% -
HSV(B) 66.77º 0.49% 0.49% -
XYZ 15.99 19.21 7.72 -
YUV 116.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 119 126 64 0.06 0 0.49 0.51 66.77 0.33 0.37
Hex 77 7E 40 6 0 31 33 43 21 25
Octal 167 176 100 6 0 61 63 103 41 45
Binary 1110111 1111110 1000000 110 0 110001 110011 1000011 100001 100101

Color Harmonies of #777E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777E40

Black with #777E40

Text Example


Text Example

White with #777E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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