Html Css Color HEX #778B34 Wasabi

📋 copy color: '#778B34'

red 119 ◦ green 139 ◦ blue 52

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

Shades of Wasabi #778B34

Tints of Wasabi #778B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.84%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 38.39%
G = 44.84%
B = 16.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#778B34 (or 0x778B34) is known color: Wasabi. HEX triplet: 77, 8B and 34. RGB value is (119,139,52). Sum of RGB (Red+Green+Blue) = 119+139+52=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #778B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B34 is #8874CB. Grayscale: #7B7B7B. Windows color (decimal): -8942796 or 3443575. OLE color: 3443575.

HSL color Cylindrical-coordinate representation of color #778B34: hue angle of 73.79º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #778B34 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 139 52 -
CMYK 0.14 0 0.63 0.45
HSL 73.79º 0.46% 0.37% -
HSV(B) 73.79º 0.63% 0.55% -
XYZ 17.46 22.64 6.7 -
YUV 123.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 119 139 52 0.14 0 0.63 0.45 73.79 0.46 0.37
Hex 77 8B 34 E 0 3F 2D 4A 2E 25
Octal 167 213 64 16 0 77 55 112 56 45
Binary 1110111 10001011 110100 1110 0 111111 101101 1001010 101110 100101

Color Harmonies of #778B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B34

Black with #778B34

Text Example


Text Example

White with #778B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,52); }

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

background-color css

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

 a { background-color: rgb(119,139,52); }

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

border-color css

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

 span { border-color: rgb(119,139,52); }

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