Html Css Color HEX #78884A Wasabi

📋 copy color: '#78884A'

red 120 ◦ green 136 ◦ blue 74

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

Shades of Wasabi #78884A

Tints of Wasabi #78884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

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

R = 36.36%
G = 41.21%
B = 22.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#78884A (or 0x78884A) is known color: Wasabi. HEX triplet: 78, 88 and 4A. RGB value is (120,136,74). Sum of RGB (Red+Green+Blue) = 120+136+74=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 136 - color contains mainly: green. Hex color #78884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78884A is #8777B5. Grayscale: #7C7C7C. Windows color (decimal): -8878006 or 4884600. OLE color: 4884600.

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

Color convert

RGB 120 136 74 -
CMYK 0.12 0 0.46 0.47
HSL 75.48º 0.3% 0.41% -
HSV(B) 75.48º 0.46% 0.53% -
XYZ 17.79 22.1 9.81 -
YUV 124.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 120 136 74 0.12 0 0.46 0.47 75.48 0.3 0.41
Hex 78 88 4A C 0 2E 2F 4B 1E 29
Octal 170 210 112 14 0 56 57 113 36 51
Binary 1111000 10001000 1001010 1100 0 101110 101111 1001011 11110 101001

Color Harmonies of #78884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78884A

Black with #78884A

Text Example


Text Example

White with #78884A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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