Html Css Color HEX #788C31 Wasabi

📋 copy color: '#788C31'

red 120 ◦ green 140 ◦ blue 49

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

Shades of Wasabi #788C31

Tints of Wasabi #788C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 38.83%
G = 45.31%
B = 15.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#788C31 (or 0x788C31) is known color: Wasabi. HEX triplet: 78, 8C and 31. RGB value is (120,140,49). Sum of RGB (Red+Green+Blue) = 120+140+49=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #788C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C31 is #8773CE. Grayscale: #7B7B7B. Windows color (decimal): -8877007 or 3247224. OLE color: 3247224.

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

Color convert

RGB 120 140 49 -
CMYK 0.14 0 0.65 0.45
HSL 73.19º 0.48% 0.37% -
HSV(B) 73.19º 0.65% 0.55% -
XYZ 17.68 22.97 6.41 -
YUV 123.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 120 140 49 0.14 0 0.65 0.45 73.19 0.48 0.37
Hex 78 8C 31 E 0 41 2D 49 30 25
Octal 170 214 61 16 0 101 55 111 60 45
Binary 1111000 10001100 110001 1110 0 1000001 101101 1001001 110000 100101

Color Harmonies of #788C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788C31

Black with #788C31

Text Example


Text Example

White with #788C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788C31; }

 p { color: rgb(120,140,49); }

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

background-color css

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

 a { background-color: rgb(120,140,49); }

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

border-color css

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

 span { border-color: rgb(120,140,49); }

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