Html Css Color HEX #78894A Wasabi

📋 copy color: '#78894A'

red 120 ◦ green 137 ◦ blue 74

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

Shades of Wasabi #78894A

Tints of Wasabi #78894A

RGB

 RED value IS 120 (47.27% from 255) = 36.25%

 GREEN value IS 137 (53.91% from 255) = 41.39%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 36.25%
G = 41.39%
B = 22.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#78894A (or 0x78894A) is known color: Wasabi. HEX triplet: 78, 89 and 4A. RGB value is (120,137,74). Sum of RGB (Red+Green+Blue) = 120+137+74=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #78894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78894A is #8776B5. Grayscale: #7C7C7C. Windows color (decimal): -8877750 or 4884856. OLE color: 4884856.

HSL color Cylindrical-coordinate representation of color #78894A: hue angle of 76.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78894A is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 137 74 -
CMYK 0.12 0 0.46 0.46
HSL 76.19º 0.3% 0.41% -
HSV(B) 76.19º 0.46% 0.54% -
XYZ 17.93 22.38 9.85 -
YUV 124.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 120 137 74 0.12 0 0.46 0.46 76.19 0.3 0.41
Hex 78 89 4A C 0 2E 2E 4C 1E 29
Octal 170 211 112 14 0 56 56 114 36 51
Binary 1111000 10001001 1001010 1100 0 101110 101110 1001100 11110 101001

Color Harmonies of #78894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78894A

Black with #78894A

Text Example


Text Example

White with #78894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78894A; }

 p { color: rgb(120,137,74); }

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

background-color css

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

 a { background-color: rgb(120,137,74); }

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

border-color css

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

 span { border-color: rgb(120,137,74); }

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