#788A32

Color #788A32 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #788A32

Tints of Wasabi #788A32

Color information

#788A32 (or 0x788A32) is unknown color: approx 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

RGB12013850-
CMYK0.1300.640.46
HSL72.27º46.81%36.86%-
HSV(B)72.27º63.77%54.12%-
XYZ17.4122.46.42-
YUV122.5987.04126.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 138 (54.30% 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 (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120138500.1300.640.4672.2746.8136.86
Hex788A32D0402E482f25
Octal17021262150100561105745
Binary1111000100010101100101101010000001011101001000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>