Html Css Color HEX #778B48 Wasabi

📋 copy color: '#778B48'

red 119 ◦ green 139 ◦ blue 72

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

Shades of Wasabi #778B48

Tints of Wasabi #778B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 36.06%
G = 42.12%
B = 21.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#778B48 (or 0x778B48) is known color: Wasabi. HEX triplet: 77, 8B and 48. RGB value is (119,139,72). Sum of RGB (Red+Green+Blue) = 119+139+72=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #778B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B48 is #8874B7. Grayscale: #7D7D7D. Windows color (decimal): -8942776 or 4754295. OLE color: 4754295.

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

Color convert

RGB 119 139 72 -
CMYK 0.14 0 0.48 0.45
HSL 77.91º 0.32% 0.41% -
HSV(B) 77.91º 0.48% 0.55% -
XYZ 18.01 22.86 9.59 -
YUV 125.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 119 139 72 0.14 0 0.48 0.45 77.91 0.32 0.41
Hex 77 8B 48 E 0 30 2D 4E 20 29
Octal 167 213 110 16 0 60 55 116 40 51
Binary 1110111 10001011 1001000 1110 0 110000 101101 1001110 100000 101001

Color Harmonies of #778B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B48

Black with #778B48

Text Example


Text Example

White with #778B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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