Html Css Color HEX #727F3F Wasabi

📋 copy color: '#727F3F'

red 114 ◦ green 127 ◦ blue 63

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

Shades of Wasabi #727F3F

Tints of Wasabi #727F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 41.78%

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

R = 37.5%
G = 41.78%
B = 20.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#727F3F (or 0x727F3F) is known color: Wasabi. HEX triplet: 72, 7F and 3F. RGB value is (114,127,63). Sum of RGB (Red+Green+Blue) = 114+127+63=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #727F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727F3F is #8D80C0. Grayscale: #747474. Windows color (decimal): -9273537 or 4161394. OLE color: 4161394.

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

Color convert

RGB 114 127 63 -
CMYK 0.10 0 0.50 0.50
HSL 72.19º 0.34% 0.37% -
HSV(B) 72.19º 0.5% 0.5% -
XYZ 15.43 19.12 7.58 -
YUV 115.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 114 127 63 0.10 0 0.50 0.50 72.19 0.34 0.37
Hex 72 7F 3F A 0 32 32 48 22 25
Octal 162 177 77 12 0 62 62 110 42 45
Binary 1110010 1111111 111111 1010 0 110010 110010 1001000 100010 100101

Color Harmonies of #727F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F3F

Black with #727F3F

Text Example


Text Example

White with #727F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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