Html Css Color HEX #788A32 Wasabi

📋 copy color: '#788A32'

red 120 ◦ green 138 ◦ blue 50

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

Shades of Wasabi #788A32

Tints of Wasabi #788A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 38.96%
G = 44.81%
B = 16.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#788A32 (or 0x788A32) is known color: Wasabi. HEX triplet: 78, 8A and 32. RGB value is (120,138,50). Sum of RGB (Red+Green+Blue) = 120+138+50=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #788A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A32 is #8775CD. Grayscale: #7A7A7A. Windows color (decimal): -8877518 or 3312248. OLE color: 3312248.

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

Color convert

RGB 120 138 50 -
CMYK 0.13 0 0.64 0.46
HSL 72.27º 0.47% 0.37% -
HSV(B) 72.27º 0.64% 0.54% -
XYZ 17.41 22.4 6.42 -
YUV 122.59 87.04 126.16 -
System Red Green Blue C M Y K H S L
Decimal 120 138 50 0.13 0 0.64 0.46 72.27 0.47 0.37
Hex 78 8A 32 D 0 40 2E 48 2F 25
Octal 170 212 62 15 0 100 56 110 57 45
Binary 1111000 10001010 110010 1101 0 1000000 101110 1001000 101111 100101

Color Harmonies of #788A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A32

Black with #788A32

Text Example


Text Example

White with #788A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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