Html Css Color HEX #727F61 Willow Grove

📋 copy color: '#727F61'

red 114 ◦ green 127 ◦ blue 97

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

Shades of Willow Grove #727F61

Tints of Willow Grove #727F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 33.73%
G = 37.57%
B = 28.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#727F61 (or 0x727F61) is known color: Willow Grove. HEX triplet: 72, 7F and 61. RGB value is (114,127,97). Sum of RGB (Red+Green+Blue) = 114+127+97=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #727F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F61 is #8D809E. Grayscale: #777777. Windows color (decimal): -9273503 or 6389618. OLE color: 6389618.

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

Color convert

RGB 114 127 97 -
CMYK 0.10 0 0.24 0.50
HSL 86º 0.13% 0.44% -
HSV(B) 86º 0.24% 0.5% -
XYZ 16.69 19.62 14.22 -
YUV 119.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 114 127 97 0.10 0 0.24 0.50 86 0.13 0.44
Hex 72 7F 61 A 0 18 32 56 D 2C
Octal 162 177 141 12 0 30 62 126 15 54
Binary 1110010 1111111 1100001 1010 0 11000 110010 1010110 1101 101100

Color Harmonies of #727F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F61

Black with #727F61

Text Example


Text Example

White with #727F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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