Html Css Color HEX #778240 Wasabi

📋 copy color: '#778240'

red 119 ◦ green 130 ◦ blue 64

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

Shades of Wasabi #778240

Tints of Wasabi #778240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 38.02%
G = 41.53%
B = 20.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#778240 (or 0x778240) is known color: Wasabi. HEX triplet: 77, 82 and 40. RGB value is (119,130,64). Sum of RGB (Red+Green+Blue) = 119+130+64=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #778240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778240 is #887DBF. Grayscale: #777777. Windows color (decimal): -8945088 or 4227703. OLE color: 4227703.

HSL color Cylindrical-coordinate representation of color #778240: hue angle of 70º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778240 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 130 64 -
CMYK 0.08 0 0.51 0.49
HSL 70º 0.34% 0.38% -
HSV(B) 70º 0.51% 0.51% -
XYZ 16.52 20.26 7.89 -
YUV 119.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 119 130 64 0.08 0 0.51 0.49 70 0.34 0.38
Hex 77 82 40 8 0 33 31 46 22 26
Octal 167 202 100 10 0 63 61 106 42 46
Binary 1110111 10000010 1000000 1000 0 110011 110001 1000110 100010 100110

Color Harmonies of #778240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778240

Black with #778240

Text Example


Text Example

White with #778240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778240; }

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

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

background-color css

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

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

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

border-color css

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

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

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