#727F5F

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

Shades of Willow Grove #727F5F

Tints of Willow Grove #727F5F

Color information

#727F5F (or 0x727F5F) is unknown color: approx Willow Grove. HEX triplet: 72, 7F and 5F. RGB value is (114,127,95). Sum of RGB (Red+Green+Blue) = 114+127+95=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #727F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F5F is #8D80A0. Grayscale: #777777. Windows color (decimal): -9273505 or 6258546. OLE color: 6258546.

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

Color convert

RGB11412795-
CMYK0.1000.250.50
HSL84.38º14.41%43.53%-
HSV(B)84.38º25.2%49.8%-
XYZ16.5919.5813.73-
YUV119.46114.19124.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=33.93%
G=37.80%
B=28.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114127950.1000.250.5084.3814.4143.53
Hex727F5FA0193254e2c
Octal16217713712031621241654
Binary111001011111111011111101001100111001010101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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