#727E3E

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

Shades of Wasabi #727E3E

Tints of Wasabi #727E3E

Color information

#727E3E (or 0x727E3E) is unknown color: approx Wasabi. HEX triplet: 72, 7E and 3E. RGB value is (114,126,62). Sum of RGB (Red+Green+Blue) = 114+126+62=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #727E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E3E is #8D81C1. Grayscale: #737373. Windows color (decimal): -9273794 or 4095602. OLE color: 4095602.

HSL color Cylindrical-coordinate representation of color #727E3E: hue angle of 71.25º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727E3E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB11412662-
CMYK0.1000.510.51
HSL71.25º34.04%36.86%-
HSV(B)71.25º50.79%49.41%-
XYZ15.2718.857.39-
YUV115.1298.02127.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 126 (49.61% from 255) = 41.72%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=37.75%
G=41.72%
B=20.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114126620.1000.510.5171.2534.0436.86
Hex727E3EA03333472225
Octal1621767612063631074245
Binary11100101111110111110101001100111100111000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727E3E; }

 p { color: rgb(114,126,62); }

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

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

 a { background-color: rgb(114,126,62); }

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

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

 span { border-color: rgb(114,126,62); }

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