#7D8F48

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

Shades of Wasabi #7D8F48

Tints of Wasabi #7D8F48

Color information

#7D8F48 (or 0x7D8F48) is unknown color: approx Wasabi. HEX triplet: 7D, 8F and 48. RGB value is (125,143,72). Sum of RGB (Red+Green+Blue) = 125+143+72=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8F48 is #8270B7. Grayscale: #818181. Windows color (decimal): -8548536 or 4755325. OLE color: 4755325.

HSL color Cylindrical-coordinate representation of color #7D8F48: hue angle of 75.21º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D8F48 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB12514372-
CMYK0.1300.500.44
HSL75.21º33.02%42.16%-
HSV(B)75.21º49.65%56.08%-
XYZ19.4524.479.83-
YUV129.5295.54124.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.76%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=36.76%
G=42.06%
B=21.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal125143720.1300.500.4475.2133.0242.16
Hex7D8F48D0322C4b212a
Octal17521711015062541134152
Binary1111101100011111001000110101100101011001001011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,143,72); }

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

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

 a { background-color: rgb(125,143,72); }

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

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

 span { border-color: rgb(125,143,72); }

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