Html Css Color HEX #727C5F Willow Grove

📋 copy color: '#727C5F'

red 114 ◦ green 124 ◦ blue 95

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

Shades of Willow Grove #727C5F

Tints of Willow Grove #727C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

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

R = 34.23%
G = 37.24%
B = 28.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#727C5F (or 0x727C5F) is known color: Willow Grove. HEX triplet: 72, 7C and 5F. RGB value is (114,124,95). Sum of RGB (Red+Green+Blue) = 114+124+95=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #727C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C5F is #8D83A0. Grayscale: #757575. Windows color (decimal): -9274273 or 6257778. OLE color: 6257778.

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

Color convert

RGB 114 124 95 -
CMYK 0.08 0 0.23 0.51
HSL 80.69º 0.13% 0.43% -
HSV(B) 80.69º 0.23% 0.49% -
XYZ 16.21 18.82 13.6 -
YUV 117.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 114 124 95 0.08 0 0.23 0.51 80.69 0.13 0.43
Hex 72 7C 5F 8 0 17 33 51 D 2B
Octal 162 174 137 10 0 27 63 121 15 53
Binary 1110010 1111100 1011111 1000 0 10111 110011 1010001 1101 101011

Color Harmonies of #727C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C5F

Black with #727C5F

Text Example


Text Example

White with #727C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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