Html Css Color HEX #778542 Wasabi

📋 copy color: '#778542'

red 119 ◦ green 133 ◦ blue 66

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

Shades of Wasabi #778542

Tints of Wasabi #778542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 37.42%
G = 41.82%
B = 20.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#778542 (or 0x778542) is known color: Wasabi. HEX triplet: 77, 85 and 42. RGB value is (119,133,66). Sum of RGB (Red+Green+Blue) = 119+133+66=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #778542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778542 is #887ABD. Grayscale: #797979. Windows color (decimal): -8944318 or 4359543. OLE color: 4359543.

HSL color Cylindrical-coordinate representation of color #778542: hue angle of 72.54º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #778542 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 66 -
CMYK 0.11 0 0.50 0.48
HSL 72.54º 0.34% 0.39% -
HSV(B) 72.54º 0.5% 0.52% -
XYZ 16.98 21.09 8.33 -
YUV 121.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 119 133 66 0.11 0 0.50 0.48 72.54 0.34 0.39
Hex 77 85 42 B 0 32 30 49 22 27
Octal 167 205 102 13 0 62 60 111 42 47
Binary 1110111 10000101 1000010 1011 0 110010 110000 1001001 100010 100111

Color Harmonies of #778542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778542

Black with #778542

Text Example


Text Example

White with #778542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778542; }

 p { color: rgb(119,133,66); }

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

background-color css

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

 a { background-color: rgb(119,133,66); }

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

border-color css

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

 span { border-color: rgb(119,133,66); }

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