Html Css Color HEX #727F5F Willow Grove

📋 copy color: '#727F5F'

red 114 ◦ green 127 ◦ blue 95

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

Shades of Willow Grove #727F5F

Tints of Willow Grove #727F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 33.93%
G = 37.8%
B = 28.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#727F5F (or 0x727F5F) is known color: 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

RGB 114 127 95 -
CMYK 0.10 0 0.25 0.50
HSL 84.38º 0.14% 0.44% -
HSV(B) 84.38º 0.25% 0.5% -
XYZ 16.59 19.58 13.73 -
YUV 119.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 114 127 95 0.10 0 0.25 0.50 84.38 0.14 0.44
Hex 72 7F 5F A 0 19 32 54 E 2C
Octal 162 177 137 12 0 31 62 124 16 54
Binary 1110010 1111111 1011111 1010 0 11001 110010 1010100 1110 101100

Color Harmonies of #727F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F5F

Black with #727F5F

Text Example


Text Example

White with #727F5F

Text Example


Text Example

HTML Codes & Css Web 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>