#727968

Color #727968 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #727968

Tints of Willow Grove #727968

Color information

#727968 (or 0x727968) is unknown color: approx 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

RGB114121104-
CMYK0.0600.140.53
HSL84.71º7.56%44.12%-
HSV(B)84.71º14.05%47.45%-
XYZ16.2818.2515.76-
YUV116.97120.68125.88-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141211040.0600.140.5384.717.5644.12
Hex72796860E355582c
Octal1621711506016651251054
Binary1110010111100111010001100111011010110101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>