Html Css Color HEX #778A3A Wasabi

📋 copy color: '#778A3A'

red 119 ◦ green 138 ◦ blue 58

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

Shades of Wasabi #778A3A

Tints of Wasabi #778A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 37.78%
G = 43.81%
B = 18.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#778A3A (or 0x778A3A) is known color: Wasabi. HEX triplet: 77, 8A and 3A. RGB value is (119,138,58). Sum of RGB (Red+Green+Blue) = 119+138+58=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #778A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778A3A is #8875C5. Grayscale: #7B7B7B. Windows color (decimal): -8943046 or 3836535. OLE color: 3836535.

HSL color Cylindrical-coordinate representation of color #778A3A: hue angle of 74.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #778A3A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 138 58 -
CMYK 0.14 0 0.58 0.46
HSL 74.25º 0.41% 0.38% -
HSV(B) 74.25º 0.58% 0.54% -
XYZ 17.46 22.4 7.41 -
YUV 123.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 119 138 58 0.14 0 0.58 0.46 74.25 0.41 0.38
Hex 77 8A 3A E 0 3A 2E 4A 29 26
Octal 167 212 72 16 0 72 56 112 51 46
Binary 1110111 10001010 111010 1110 0 111010 101110 1001010 101001 100110

Color Harmonies of #778A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778A3A

Black with #778A3A

Text Example


Text Example

White with #778A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778A3A; }

 p { color: rgb(119,138,58); }

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

background-color css

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

 a { background-color: rgb(119,138,58); }

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

border-color css

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

 span { border-color: rgb(119,138,58); }

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