Html Css Color HEX #778C32 Wasabi

📋 copy color: '#778C32'

red 119 ◦ green 140 ◦ blue 50

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

Shades of Wasabi #778C32

Tints of Wasabi #778C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.31%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 38.51%
G = 45.31%
B = 16.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#778C32 (or 0x778C32) is known color: Wasabi. HEX triplet: 77, 8C and 32. RGB value is (119,140,50). Sum of RGB (Red+Green+Blue) = 119+140+50=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #778C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C32 is #8873CD. Grayscale: #7B7B7B. Windows color (decimal): -8942542 or 3312759. OLE color: 3312759.

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

Color convert

RGB 119 140 50 -
CMYK 0.15 0 0.64 0.45
HSL 74º 0.47% 0.37% -
HSV(B) 74º 0.64% 0.55% -
XYZ 17.56 22.91 6.51 -
YUV 123.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 119 140 50 0.15 0 0.64 0.45 74 0.47 0.37
Hex 77 8C 32 F 0 40 2D 4A 2F 25
Octal 167 214 62 17 0 100 55 112 57 45
Binary 1110111 10001100 110010 1111 0 1000000 101101 1001010 101111 100101

Color Harmonies of #778C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C32

Black with #778C32

Text Example


Text Example

White with #778C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,50); }

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

background-color css

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

 a { background-color: rgb(119,140,50); }

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

border-color css

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

 span { border-color: rgb(119,140,50); }

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