#71776A

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

Shades of Willow Grove #71776A

Tints of Willow Grove #71776A

Color information

#71776A (or 0x71776A) is unknown color: approx Willow Grove. HEX triplet: 71, 77 and 6A. RGB value is (113,119,106). Sum of RGB (Red+Green+Blue) = 113+119+106=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #71776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71776A is #8E8895. Grayscale: #737373. Windows color (decimal): -9341078 or 6977393. OLE color: 6977393.

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

Color convert

RGB113119106-
CMYK0.0500.110.53
HSL87.69º5.78%44.12%-
HSV(B)87.69º10.92%46.67%-
XYZ16.0117.7416.22-
YUV115.72122.51126.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=33.43%
G=35.21%
B=31.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131191060.0500.110.5387.695.7844.12
Hex71776A50B355862c
Octal161167152501365130654
Binary111000111101111101010101010111101011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71776A; }

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

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

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

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

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

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

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

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