Html Css Color HEX #788A3A Wasabi

📋 copy color: '#788A3A'

red 120 ◦ green 138 ◦ blue 58

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

Shades of Wasabi #788A3A

Tints of Wasabi #788A3A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 37.97%
G = 43.67%
B = 18.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#788A3A (or 0x788A3A) is known color: Wasabi. HEX triplet: 78, 8A and 3A. RGB value is (120,138,58). Sum of RGB (Red+Green+Blue) = 120+138+58=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #788A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A3A is #8775C5. Grayscale: #7B7B7B. Windows color (decimal): -8877510 or 3836536. OLE color: 3836536.

HSL color Cylindrical-coordinate representation of color #788A3A: hue angle of 73.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #788A3A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 58 -
CMYK 0.13 0 0.58 0.46
HSL 73.5º 0.41% 0.38% -
HSV(B) 73.5º 0.58% 0.54% -
XYZ 17.6 22.48 7.41 -
YUV 123.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 120 138 58 0.13 0 0.58 0.46 73.5 0.41 0.38
Hex 78 8A 3A D 0 3A 2E 4A 29 26
Octal 170 212 72 15 0 72 56 112 51 46
Binary 1111000 10001010 111010 1101 0 111010 101110 1001010 101001 100110

Color Harmonies of #788A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A3A

Black with #788A3A

Text Example


Text Example

White with #788A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,138,58); }

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

background-color css

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

 a { background-color: rgb(120,138,58); }

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

border-color css

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

 span { border-color: rgb(120,138,58); }

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