#727E5B

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

Shades of Willow Grove #727E5B

Tints of Willow Grove #727E5B

Color information

#727E5B (or 0x727E5B) is unknown color: approx Willow Grove. HEX triplet: 72, 7E and 5B. RGB value is (114,126,91). Sum of RGB (Red+Green+Blue) = 114+126+91=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 126 - color contains mainly: green. Hex color #727E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727E5B is #8D81A4. Grayscale: #767676. Windows color (decimal): -9273765 or 5996146. OLE color: 5996146.

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

Color convert

RGB11412691-
CMYK0.1000.280.51
HSL80.57º16.13%42.55%-
HSV(B)80.57º27.78%49.41%-
XYZ16.2919.2512.76-
YUV118.42112.52124.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=34.44%
G=38.07%
B=27.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114126910.1000.280.5180.5716.1342.55
Hex727E5BA01C3351102b
Octal16217613312034631212053
Binary1110010111111010110111010011100110011101000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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