Html Css Color HEX #778C38 Wasabi

📋 copy color: '#778C38'

red 119 ◦ green 140 ◦ blue 56

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

Shades of Wasabi #778C38

Tints of Wasabi #778C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.78%

R = 37.78%
G = 44.44%
B = 17.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#778C38 (or 0x778C38) is known color: Wasabi. HEX triplet: 77, 8C and 38. RGB value is (119,140,56). Sum of RGB (Red+Green+Blue) = 119+140+56=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #778C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778C38 is #8873C7. Grayscale: #7C7C7C. Windows color (decimal): -8942536 or 3705975. OLE color: 3705975.

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

Color convert

RGB 119 140 56 -
CMYK 0.15 0 0.6 0.45
HSL 75º 0.43% 0.38% -
HSV(B) 75º 0.6% 0.55% -
XYZ 17.7 22.96 7.24 -
YUV 124.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 119 140 56 0.15 0 0.6 0.45 75 0.43 0.38
Hex 77 8C 38 F 0 3C 2D 4B 2B 26
Octal 167 214 70 17 0 74 55 113 53 46
Binary 1110111 10001100 111000 1111 0 111100 101101 1001011 101011 100110

Color Harmonies of #778C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C38

Black with #778C38

Text Example


Text Example

White with #778C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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