Html Css Color HEX #778141 Wasabi

📋 copy color: '#778141'

red 119 ◦ green 129 ◦ blue 65

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

Shades of Wasabi #778141

Tints of Wasabi #778141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 38.02%
G = 41.21%
B = 20.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#778141 (or 0x778141) is known color: Wasabi. HEX triplet: 77, 81 and 41. RGB value is (119,129,65). Sum of RGB (Red+Green+Blue) = 119+129+65=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #778141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778141 is #887EBE. Grayscale: #767676. Windows color (decimal): -8945343 or 4292983. OLE color: 4292983.

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

Color convert

RGB 119 129 65 -
CMYK 0.08 0 0.50 0.49
HSL 69.38º 0.33% 0.38% -
HSV(B) 69.38º 0.5% 0.51% -
XYZ 16.41 20 8 -
YUV 118.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 119 129 65 0.08 0 0.50 0.49 69.38 0.33 0.38
Hex 77 81 41 8 0 32 31 45 21 26
Octal 167 201 101 10 0 62 61 105 41 46
Binary 1110111 10000001 1000001 1000 0 110010 110001 1000101 100001 100110

Color Harmonies of #778141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778141

Black with #778141

Text Example


Text Example

White with #778141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778141; }

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

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

background-color css

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

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

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

border-color css

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

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

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