Html Css Color HEX #727968 Willow Grove

📋 copy color: '#727968'

red 114 ◦ green 121 ◦ blue 104

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

Shades of Willow Grove #727968

Tints of Willow Grove #727968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 33.63%
G = 35.69%
B = 30.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#727968 (or 0x727968) is known color: Willow Grove. HEX triplet: 72, 79 and 68. RGB value is (114,121,104). Sum of RGB (Red+Green+Blue) = 114+121+104=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #727968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727968 is #8D8697. Grayscale: #757575. Windows color (decimal): -9275032 or 6846834. OLE color: 6846834.

HSL color Cylindrical-coordinate representation of color #727968: hue angle of 84.71º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727968 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 121 104 -
CMYK 0.06 0 0.14 0.53
HSL 84.71º 0.08% 0.44% -
HSV(B) 84.71º 0.14% 0.47% -
XYZ 16.28 18.25 15.76 -
YUV 116.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 114 121 104 0.06 0 0.14 0.53 84.71 0.08 0.44
Hex 72 79 68 6 0 E 35 55 8 2C
Octal 162 171 150 6 0 16 65 125 10 54
Binary 1110010 1111001 1101000 110 0 1110 110101 1010101 1000 101100

Color Harmonies of #727968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727968

Black with #727968

Text Example


Text Example

White with #727968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727968; }

 p { color: rgb(114,121,104); }

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

background-color css

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

 a { background-color: rgb(114,121,104); }

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

border-color css

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

 span { border-color: rgb(114,121,104); }

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