#7D883C

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

Shades of Wasabi #7D883C

Tints of Wasabi #7D883C

Color information

#7D883C (or 0x7D883C) is unknown color: approx Wasabi. HEX triplet: 7D, 88 and 3C. RGB value is (125,136,60). Sum of RGB (Red+Green+Blue) = 125+136+60=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #7D883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D883C is #8277C3. Grayscale: #7C7C7C. Windows color (decimal): -8550340 or 3967101. OLE color: 3967101.

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

Color convert

RGB12513660-
CMYK0.0800.560.47
HSL68.68º38.78%38.43%-
HSV(B)68.68º55.88%53.33%-
XYZ18.0822.297.63-
YUV124.0591.86128.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=38.94%
G=42.37%
B=18.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125136600.0800.560.4768.6838.7838.43
Hex7D883C80382F452726
Octal1752107410070571054746
Binary111110110001000111100100001110001011111000101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D883C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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