Html Css Color HEX #727E3F Wasabi

📋 copy color: '#727E3F'

red 114 ◦ green 126 ◦ blue 63

#727E3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #727E3F

Tints of Wasabi #727E3F

RGB

 RED value IS 114 (44.92% from 255) = 37.62%

 GREEN value IS 126 (49.61% from 255) = 41.58%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 37.62%
G = 41.58%
B = 20.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#727E3F (or 0x727E3F) is known color: Wasabi. HEX triplet: 72, 7E and 3F. RGB value is (114,126,63). Sum of RGB (Red+Green+Blue) = 114+126+63=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 126 - color contains mainly: green. Hex color #727E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727E3F is #8D81C0. Grayscale: #737373. Windows color (decimal): -9273793 or 4161138. OLE color: 4161138.

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

Color convert

RGB 114 126 63 -
CMYK 0.10 0 0.50 0.51
HSL 71.43º 0.33% 0.37% -
HSV(B) 71.43º 0.5% 0.49% -
XYZ 15.3 18.86 7.54 -
YUV 115.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 114 126 63 0.10 0 0.50 0.51 71.43 0.33 0.37
Hex 72 7E 3F A 0 32 33 47 21 25
Octal 162 176 77 12 0 62 63 107 41 45
Binary 1110010 1111110 111111 1010 0 110010 110011 1000111 100001 100101

Color Harmonies of #727E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E3F

Black with #727E3F

Text Example


Text Example

White with #727E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #727E3F;
 }
 .AnyTagClassName
 {
   color: #727E3F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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