#7A8447

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

Shades of Wasabi #7A8447

Tints of Wasabi #7A8447

Color information

#7A8447 (or 0x7A8447) is unknown color: approx Wasabi. HEX triplet: 7A, 84 and 47. RGB value is (122,132,71). Sum of RGB (Red+Green+Blue) = 122+132+71=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #7A8447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8447 is #857BB8. Grayscale: #7A7A7A. Windows color (decimal): -8747961 or 4686970. OLE color: 4686970.

HSL color Cylindrical-coordinate representation of color #7A8447: hue angle of 69.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A8447 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB12213271-
CMYK0.0800.460.48
HSL69.84º30.05%39.8%-
HSV(B)69.84º46.21%51.76%-
XYZ17.4121.19.12-
YUV122.0699.19127.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=37.54%
G=40.62%
B=21.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122132710.0800.460.4869.8430.0539.8
Hex7A8447802E30461e28
Octal17220410710056601063650
Binary111101010000100100011110000101110110000100011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A8447; }

 p { color: rgb(122,132,71); }

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

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

 a { background-color: rgb(122,132,71); }

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

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

 span { border-color: rgb(122,132,71); }

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