#7D8840

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

Shades of Wasabi #7D8840

Tints of Wasabi #7D8840

Color information

#7D8840 (or 0x7D8840) is unknown color: approx Wasabi. HEX triplet: 7D, 88 and 40. RGB value is (125,136,64). Sum of RGB (Red+Green+Blue) = 125+136+64=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8840 is #8277BF. Grayscale: #7C7C7C. Windows color (decimal): -8550336 or 4229245. OLE color: 4229245.

HSL color Cylindrical-coordinate representation of color #7D8840: hue angle of 69.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D8840 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB12513664-
CMYK0.0800.530.47
HSL69.17º36%39.22%-
HSV(B)69.17º52.94%53.33%-
XYZ18.1922.348.2-
YUV124.593.86128.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=38.46%
G=41.85%
B=19.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136640.0800.530.4769.173639.22
Hex7D884080352F452427
Octal17521010010065571054447
Binary1111101100010001000000100001101011011111000101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,136,64); }

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

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

 a { background-color: rgb(125,136,64); }

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

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

 span { border-color: rgb(125,136,64); }

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