#717768

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

Shades of Willow Grove #717768

Tints of Willow Grove #717768

Color information

#717768 (or 0x717768) is unknown color: approx Willow Grove. HEX triplet: 71, 77 and 68. RGB value is (113,119,104). Sum of RGB (Red+Green+Blue) = 113+119+104=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #717768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717768 is #8E8897. Grayscale: #737373. Windows color (decimal): -9341080 or 6846321. OLE color: 6846321.

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

Color convert

RGB113119104-
CMYK0.0500.130.53
HSL84º6.73%43.73%-
HSV(B)84º12.61%46.67%-
XYZ15.9117.715.68-
YUV115.5121.51126.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 119 (46.88% from 255) = 35.42%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=33.63%
G=35.42%
B=30.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131191040.0500.130.53846.7343.73
Hex71776850D355472c
Octal161167150501565124754
Binary111000111101111101000101011011101011010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717768; }

 p { color: rgb(113,119,104); }

 H1.HeaderClassName
 {
   color: #717768;
 }
 .AnyTagClassName
 {
   color: #717768;
 }
</style>
background-color css

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

 a { background-color: rgb(113,119,104); }

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

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

 span { border-color: rgb(113,119,104); }

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