Html Css Color HEX #727F40 Wasabi

📋 copy color: '#727F40'

red 114 ◦ green 127 ◦ blue 64

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

Shades of Wasabi #727F40

Tints of Wasabi #727F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 37.38%
G = 41.64%
B = 20.98%

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

#727F40 (or 0x727F40) is known color: Wasabi. HEX triplet: 72, 7F and 40. RGB value is (114,127,64). Sum of RGB (Red+Green+Blue) = 114+127+64=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #727F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727F40 is #8D80BF. Grayscale: #747474. Windows color (decimal): -9273536 or 4226930. OLE color: 4226930.

HSL color Cylindrical-coordinate representation of color #727F40: hue angle of 72.38º degrees, saturation: 0.33, 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 #727F40 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 127 64 -
CMYK 0.10 0 0.50 0.50
HSL 72.38º 0.33% 0.37% -
HSV(B) 72.38º 0.5% 0.5% -
XYZ 15.45 19.13 7.73 -
YUV 115.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 114 127 64 0.10 0 0.50 0.50 72.38 0.33 0.37
Hex 72 7F 40 A 0 32 32 48 21 25
Octal 162 177 100 12 0 62 62 110 41 45
Binary 1110010 1111111 1000000 1010 0 110010 110010 1001000 100001 100101

Color Harmonies of #727F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F40

Black with #727F40

Text Example


Text Example

White with #727F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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