#6E765C

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

Shades of Willow Grove #6E765C

Tints of Willow Grove #6E765C

Color information

#6E765C (or 0x6E765C) is unknown color: approx Willow Grove. HEX triplet: 6E, 76 and 5C. RGB value is (110,118,92). Sum of RGB (Red+Green+Blue) = 110+118+92=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #6E765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E765C is #9189A3. Grayscale: #707070. Windows color (decimal): -9537956 or 6059630. OLE color: 6059630.

HSL color Cylindrical-coordinate representation of color #6E765C: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E765C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB11011892-
CMYK0.0700.220.54
HSL78.46º12.38%41.18%-
HSV(B)78.46º22.03%46.27%-
XYZ14.8417.0412.63-
YUV112.64116.35126.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=34.38%
G=36.88%
B=28.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110118920.0700.220.5478.4612.3841.18
Hex6E765C7016364ec29
Octal1561661347026661161451
Binary11011101110110101110011101011011011010011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E765C; }

 p { color: rgb(110,118,92); }

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

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

 a { background-color: rgb(110,118,92); }

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

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

 span { border-color: rgb(110,118,92); }

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