Html Css Color HEX #727C5C Willow Grove

📋 copy color: '#727C5C'

red 114 ◦ green 124 ◦ blue 92

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

Shades of Willow Grove #727C5C

Tints of Willow Grove #727C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 34.55%
G = 37.58%
B = 27.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#727C5C (or 0x727C5C) is known color: Willow Grove. HEX triplet: 72, 7C and 5C. RGB value is (114,124,92). Sum of RGB (Red+Green+Blue) = 114+124+92=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 124 - color contains mainly: green. Hex color #727C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C5C is #8D83A3. Grayscale: #757575. Windows color (decimal): -9274276 or 6061170. OLE color: 6061170.

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

Color convert

RGB 114 124 92 -
CMYK 0.08 0 0.26 0.51
HSL 78.75º 0.15% 0.42% -
HSV(B) 78.75º 0.26% 0.49% -
XYZ 16.08 18.77 12.9 -
YUV 117.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 114 124 92 0.08 0 0.26 0.51 78.75 0.15 0.42
Hex 72 7C 5C 8 0 1A 33 4F F 2A
Octal 162 174 134 10 0 32 63 117 17 52
Binary 1110010 1111100 1011100 1000 0 11010 110011 1001111 1111 101010

Color Harmonies of #727C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C5C

Black with #727C5C

Text Example


Text Example

White with #727C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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