Html Css Color HEX #727D5D Willow Grove

📋 copy color: '#727D5D'

red 114 ◦ green 125 ◦ blue 93

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

Shades of Willow Grove #727D5D

Tints of Willow Grove #727D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 34.34%
G = 37.65%
B = 28.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#727D5D (or 0x727D5D) is known color: Willow Grove. HEX triplet: 72, 7D and 5D. RGB value is (114,125,93). Sum of RGB (Red+Green+Blue) = 114+125+93=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 125 - color contains mainly: green. Hex color #727D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D5D is #8D82A2. Grayscale: #767676. Windows color (decimal): -9274019 or 6126962. OLE color: 6126962.

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

Color convert

RGB 114 125 93 -
CMYK 0.09 0 0.26 0.51
HSL 80.63º 0.15% 0.43% -
HSV(B) 80.63º 0.26% 0.49% -
XYZ 16.25 19.03 13.17 -
YUV 118.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 114 125 93 0.09 0 0.26 0.51 80.63 0.15 0.43
Hex 72 7D 5D 9 0 1A 33 51 F 2B
Octal 162 175 135 11 0 32 63 121 17 53
Binary 1110010 1111101 1011101 1001 0 11010 110011 1010001 1111 101011

Color Harmonies of #727D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727D5D

Black with #727D5D

Text Example


Text Example

White with #727D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,125,93); }

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

background-color css

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

 a { background-color: rgb(114,125,93); }

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

border-color css

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

 span { border-color: rgb(114,125,93); }

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