#748744

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

Shades of Wasabi #748744

Tints of Wasabi #748744

Color information

#748744 (or 0x748744) is unknown color: approx Wasabi. HEX triplet: 74, 87 and 44. RGB value is (116,135,68). Sum of RGB (Red+Green+Blue) = 116+135+68=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #748744 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748744 is #8B78BB. Grayscale: #797979. Windows color (decimal): -9140412 or 4491124. OLE color: 4491124.

HSL color Cylindrical-coordinate representation of color #748744: hue angle of 77.01º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748744 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB11613568-
CMYK0.1400.500.47
HSL77.01º33%39.8%-
HSV(B)77.01º49.63%52.94%-
XYZ16.9121.468.72-
YUV121.6897.71123.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=36.36%
G=42.32%
B=21.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135680.1400.500.4777.013339.8
Hex748744E0322F4d2128
Octal16420710416062571154150
Binary1110100100001111000100111001100101011111001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748744; }

 p { color: rgb(116,135,68); }

 H1.HeaderClassName
 {
   color: #748744;
 }
 .AnyTagClassName
 {
   color: #748744;
 }
</style>
background-color css

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

 a { background-color: rgb(116,135,68); }

 div.DivClassName
 {
   background-color: #748744;
 }
 .BgClassName
 {
   background-color: #748744;
 }
</style>
border-color css

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

 span { border-color: rgb(116,135,68); }

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