Html Css Color HEX #778440 Wasabi

📋 copy color: '#778440'

red 119 ◦ green 132 ◦ blue 64

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

Shades of Wasabi #778440

Tints of Wasabi #778440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 37.78%
G = 41.9%
B = 20.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#778440 (or 0x778440) is known color: Wasabi. HEX triplet: 77, 84 and 40. RGB value is (119,132,64). Sum of RGB (Red+Green+Blue) = 119+132+64=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #778440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778440 is #887BBF. Grayscale: #787878. Windows color (decimal): -8944576 or 4228215. OLE color: 4228215.

HSL color Cylindrical-coordinate representation of color #778440: hue angle of 71.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778440 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 132 64 -
CMYK 0.10 0 0.52 0.48
HSL 71.47º 0.35% 0.38% -
HSV(B) 71.47º 0.52% 0.52% -
XYZ 16.78 20.79 7.98 -
YUV 120.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 119 132 64 0.10 0 0.52 0.48 71.47 0.35 0.38
Hex 77 84 40 A 0 34 30 47 23 26
Octal 167 204 100 12 0 64 60 107 43 46
Binary 1110111 10000100 1000000 1010 0 110100 110000 1000111 100011 100110

Color Harmonies of #778440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778440

Black with #778440

Text Example


Text Example

White with #778440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778440; }

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

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

background-color css

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

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

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

border-color css

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

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

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